Jeff Gojkovich wrote:

> Can someone tell me why this is getting rejected.  I am just starting to
> learn some Regexp.  This is the error
> 
> Feb  3 15:17:47 heffe postfix/cleanup[45124]: 6A0F41CC5F: reject: header
> Subject : Re: documents from pdginet.placerdome.com[199.175.121.12];
> from=<[EMAIL PROTECTED]> to=<[EMAIL PROTECTED]> proto=ESMTP
> helo=<PDGiNET.placerdome.com>: 554 ACL 5 This Message Content was
> REJECTED!
> 
> And this is the only line in my header checks that has that rejection.
> 
> /^Subject:.*(xxx|fuck|teensex|suck|clit|hgh|viagra|penis|cum|Phentermine|Viagra)/
> REJECT 554 ACL 5 This Message Content was REJECTED!
> 
> I don't see a match for it though.  The subject was simply "RE: documents"

"cum" is in "documents" which was the subject.

<insert bad joke or double entendre here>

Personally, I wouldn't use that regexp since it matches too many strings 
which may be in valid subjects--most of those words are obfuscated in spam 
subjects anyway.

-- 
Chris Scott
Host Orlando, Inc.
http://www.hostorlando.com/


Reply via email to