Bill Landry wrote: > This is what I had suggested: > > /^Subject: *$/ DUNNO > /^Subject: .*\[.+\]*$/ DUNNO > /^Subject:[ a-zA-Z0-9,;:.?'#!\(\)\/-]*$/ DUNNO > /^Subject: [^[:print:]]+/ DUNNO > /^Subject:./ 550 Go Away! > > modifying the third line to meet you own needs. However, I think Eric went > with this: > > /^Subject:.*(\^|~|\`)/ REJECT
I ended going went with: /^Subject:.*(\^|~|\`|\\)/ It is working well and the only false positive I've seen was from a security mailing list where the subject had a command line with a backtick in it. Blocks about 15 a day here (on avg. receiving about 6-8 K msgs. per day total) that would have slipped through otherwise. -- Chris Scott Host Orlando, Inc http://www.hostorlando.com/
