[exim] filter _outgoung_ mail

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Sheshka, Alexey
日付:  
To: exim-users
題目: [exim] filter _outgoung_ mail
Hello!

I'm writting _outgoing_ filter for exim, that adds special note at the
end of message. There is no problem with it, just python script talking
stdin/stdout.
Big problem is re-injecting message back to exim, since there is not
variable like $remote_recipient
I tried this transport:

adinjouttransport:
driver = pipe
transport_filter = /etc/pulsar/mail-sig-filter.py
command = /usr/sbin/exim4 -oMr spam-scanned -t
user = Debian-exim
group = Debian-exim
return_path_add = false
log_output = true
return_fail_output = true

but in this case exim scans mail headers (becouse of -t swith) and sends
(n+1) copies of email where n=cc count.
Any suggestions?

--
С уважением,
Шешко Алексей
----------------------------------------------------------------------------