This is a discussion on RE: How to create exemption for body_check within the mailing.postfix.users forums, part of the Mail Servers and Related category; > With Postfix-2.0.19,1, is it possible to create a list of=20 > senders exempt from ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
> With Postfix-2.0.19,1, is it possible to create a list of=20
> senders exempt from body_checks? Not really, you should be using a content-filter for this (the text might be base64 encoded or html-commented or something like that). If you used amavisd-new & SpamAssassin, you could create (or add points to the existing) a SA rule which had a lot of points for a .biz URL. > If not, I use regexp, and here is the culprit: > > /\.biz/ REJECT We do not accept email=20 > containing .biz URL's. Please call us to discuss. How about /\.biz /? You're solving the problem in the wrong way. Chris |