------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1454
--- Comment #3 from Heiko Schlichting <heiko@???> 2014-04-24 13:05:16 ---
I use it for a pipe transport in combination with a spam checker as
transport_filer (SpamAssassin and bogofilter). Something like this:
spamfilter_pipe:
driver = pipe
command = .../bin/exim -bS -os 1h -odb -oMr spam-checked -oMa IPADDR -oMt ""
-oMm "$message_exim_id"
transport_filter = .../bin/spamfilter
transport_filter_timeout = 30m
use_bsmtp = true
...
The documentation of option -E suggests that it should only be used for
delivery failure reports and has some unwanted side effects additionally to
setting the message reference.
I just want to set the message reference for logging so I can associate mails
before and after the spamfilter pipe.
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email