selecting message that should go into MailScanner
Alessandro Dentella
sandro at e-den.it
Thu Feb 12 10:22:23 GMT 2009
Hi,
I need to setup one postfix + mailscanner bos so that from certain domains
that send massive newsletter mails are not checked: there would be no
point.
I thought to go in header_checks and change the regexp something as:
/^From: .*@newsletter_sendingdomain.com/ OK
/^Subject: dabluff5/ OK
/^Received:/ HOLD
but I can't see any differences. I tryed it also with other patterns but it
seems it never gets into the first line rule (it goes of course into the
last: 'Received'). I wandered if the second overwrites the first as it
comes later in parsing the header messages.
Convinced to simplify my tests I used test on Subject that I can change
simply but I believe that that should work. Am I wrong?
As a second attempt I tried a recepe [1] from Hugo Vanderkooij that I
found in the archives thet suggests to go with the filter in the
smtpd_client_restrictions with a check_recipient_access, but again I can't
make messages go into HOLD with a rule on Subject
Any hints?
thanks
sandro
*:-)
[1] http://hugo.vanderkooij.org/email/mailscanner.htm#HOLD
--
Sandro Dentella *:-)
http://sqlkit.argolinux.org SQLkit home page - PyGTK/python/sqlalchemy
More information about the MailScanner
mailing list