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; On Thu, 23 Sep 2004 16:57:38 -0400, Covington, Chris <ccovington@plusone.com> wrote: > > With ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Thu, 23 Sep 2004 16:57:38 -0400, Covington, Chris
<ccovington@plusone.com> wrote: > > With Postfix-2.0.19,1, is it possible to create a list of > > 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. I appreciate the base64 stuff, thanks for the tip. If our email traffic increases, I would spend the time implementing a real anti-spam setup, but we don't have a lot of volume (200-300 per day) of email. > > If not, I use regexp, and here is the culprit: > > > > /\.biz/ REJECT We do not accept email > > containing .biz URL's. Please call us to discuss. > > How about /\.biz /? You're solving the problem in the wrong way. I will try that. With a 0.4% false positive rate so far for this one, I don' think it's that bad. ....D |