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 23:13:14 +0200, Magnus B=E4ck <magnus@dsek.lth.se> wrot= e: &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Thu, 23 Sep 2004 23:13:14 +0200, Magnus B=E4ck <magnus@dsek.lth.se> wrot=
e: > On Thursday, September 23, 2004 at 22:14 CEST, > Danny <nocmonkey@gmail.com> wrote: >=20 > > 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. >=20 > Don't fight spam this way. It's high maintenence and low accuracy. > Choose the right tools for the job. I see your point, but we are experiencing 0.04% false positives. =20 > > A legitimate URL with www.bizvalidcompany.com in the body was > > obviously rejected. However, this is the first false positive of over > > 300 rejects (I have seen them all, we are low volume email operation) > > with this filter for the last month (just implemented it in August). > > > > If I can create a list of exempt senders, that would be great. If not, > > then maybe I can tweak the check noted above. >=20 > About a week ago I posted a regular expression that might be suitable. I had forgotten about that, because I did not get a chance to proceed because I do not have pcre installed, and I don't know how to re-write it into regexp. This is what you posted:=20 /\bhttp:\/\/[a-z0-9\-.]+\.info(\.\s|(\.)?$|[^.])/ REJECT When I have my backup system finalized, I will re-build Postfix with pcre support. In the meantime, I will try some of the other suggestions. Thank you Magnus. ....D |