---------- Original Message ----------------------------------
From: "DustyC" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date: Sun, 23 Feb 2003 08:47:06 -0600
>
>A couple of weeks ago we started getting hit with some bozo using bogus
>numeric addresses. I tried a couple of expressions that were mentioned =
>here
>but it still keeps coming. Here is the relative portions of the =
>headers.
>Anyone have a clue how I can stop this one? We do not allow all numeric
>addresses.
>
>X-F: <[EMAIL PROTECTED]> Sun Feb 23 05:33:38 2003
>Received: from netease.net (54.c210-85-136.ethome.net.tw =
>[210.85.136.54])
> by mx03.netease.net (NetEase Mail Gateway) with SMTP id 2DCA213618
> for <[EMAIL PROTECTED]>; Sun, 23 Feb 2003 05:33:36 -0600 (CST)
>
How about:
/^From: \d+@/ REJECT
Chris Scott