---------- Original Message ----------------------------------
From: "Tim McCullagh" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date: Thu, 12 Jun 2003 15:24:21 +1000
>
>Hi All
>
>I currently have the following situation
>
>Spammer has forged the reply to address to [EMAIL PROTECTED] and 20000
>other variations 9999ndndn@ hhh88899@ etc
Do they always contain four or more numbers in a row? If so, could you use
check_sender_access with a regexp map that looks something like:
/\d{4,}/ REJECT
Chris Scott