Re: [exim] Disclaimer is not working in the exim pls help

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Heiko Schlittermann
Data:  
Para: exim-users
Asunto: Re: [exim] Disclaimer is not working in the exim pls help
test test <test4offer@???> (Di 23 Apr 2013 13:50:48 CEST):
> how can i pass messages manually through altermime
> where does altermime logs has been stores
> when i sent a mail thene it goes without disclaimer and when i sent a black
> mail the disclaimer show in the mail body please suggest


You read the output of "altermime --help", didn't you?

    altermime --input=- \
        --disclaimer=/tmp/txt \
        --disclaimer-html=/tmp/html \
        --log-stderr \
        --debug < /tmp/message > /tmp/message.disclaimed


… or something similiar.

--
Heiko