George Roberts wrote: > %Header is global hash.
[...] > That all works fine when the header is there and says "spam" > ... sometimes, though, when a message DOESN'T have the header, the > code deletes all the recipients and redirects to quarantine anyway, > without ever puttin in the syslog entry: It's impossible to diagnose this without seeing your complete, unedited filter. Also, beware: Global variables can persist across different SMTP sessions. Make sure you empty out %Header each time in filter_begin. Regards, David. _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

