Autor: IPN - Systems Administrator Datum: To: exim-users Betreff: [exim] System Filter Foes
Hi Guys
I am having some problems with my system filter. I have basically setup a
system filter to save copies of mail directly to disk.
The filter works great, but when I send to multiple recipients in the
filter, I get some problems. The information below might shed some light on
the problem...
############# Exim Filter Extract
# Exim Filter
if $header_to: contains "accounts@???"
then
save /var/mail/popwarehouse.co.za/accounts 660
save /var/mail/popwarehouse.co.za/belinda 660
save /var/mail/popwarehouse.co.za/shafiqah 660
finish
endif
if $header_to: contains "beaconjhb@???"
then
save /var/mail/popwarehouse.co.za/beaconjhb 660
save /var/mail/popwarehouse.co.za/belinda 660
save /var/mail/popwarehouse.co.za/shafiqah 660
save /var/mail/popwarehouse.co.za/mark 660
finish
endif
############# Exim Filter Extract
If I send mail to accounts@??? as well as to
beaconjhb@???, mail only gets saved for accounts, belinda and
shafiqah as specified in the filter for accounts@???
Nothing happens to the beaconjhb@??? mail - I suspect its
because I get this message in my Exim log file :-
2006-04-06 12:00:35 1FRRI3-0006ny-ID original recipients ignored (system
filter)