This is a discussion on Re: Blocking mail from other countries within the mailing.postfix.users forums, part of the Mail Servers and Related category; On 15/06/04 13:27 -0400, Kevin Castle wrote: <snip> > What about header checks with regexp ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 15/06/04 13:27 -0400, Kevin Castle wrote:
<snip> > What about header checks with regexp like the following? > > /^From:.*@(*\.ar|*\.bm|*\.br)/ DROP > /^Message-ID:.*@(*\.ar|*\.bm|*\.br)/ DROP > /^Return-Path:.*@(*\.ar|*\.bm|*\.br)/ DROP > /^Received::.*@(*\.ar|*\.bm|*\.br)/ DROP s/DROP/DISCARD/ Devdas Bhagat |