Re: [Exim] Exim Filter

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Asbjørn Høiland Aarrestad
Ημερομηνία:  
Προς: system
Υ/ο: exim-users
Αντικείμενο: Re: [Exim] Exim Filter
system@??? wrote:

>if $local_part contains mail1@??? then
>    deliver mail2@???
>    save /home/pathto/saved
>endif

>
>what should i do if i don't want to save them in saved directory and delete
>them rather.
>
>

you can write "save /dev/null"

Asbjørn