Re: [Exim] Help with Exim 4.x & System Filter

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: John Burnham
Ημερομηνία:  
Προς: Tirone Nel, exim-users
Αντικείμενο: Re: [Exim] Help with Exim 4.x & System Filter

> Thanks. I tried that yesterday, but it made no difference! I'm

using
> procmail at the moment to filter the messages. The error about the

possible
> harmful attachment shows up in exim_mainlog, but doesn't email to

the user
> (and I don't think it blocks the mail), and if I take out the

procmail
> transport/router so that it is straight Exim delivering, the filter

doesn't
> stop the mail from going through anyway? Help!


Well, what do you have in your exim filter ? Something like
if $h_subject contains "foo" then
fail text "go away"
endif
?
John