From: "Jai Rangi" <[EMAIL PROTECTED]>

Hello All,
I did more digging in this.
I was able to simulate the error. I changed my procmailrc something like
this.
#Rule number 1
:0f
* ^[F|f]rom:.*aleks\.com
*
^[m|M]essage-[i|I][D|d]:.*aleks\.com|^Received:.*(authenticated).*\.aleks\.com
* ^Return-Path:.*aleks\.com
| formail -A "X-ALEKS-Spam: none"

#Rule number 2
:0f
* < 256000
| formail -A "X-ALEKS-1: 1"

#Rule number 3
:0f
* !^FROM_DAEMON
| formail -A "X-ALEKS-2: 2"
#Rule number 4
:0f
* ^FROM_DAEMON
| formail -A "X-ALEKS-4: 4"

FROM_DAEMON is a keyword in procmail - from man procmailrc:
If the regular expression contains â^FROM_DAEMONâ it will be substitut-
      ed by â(^(Mailing-List:|Precedence:.*(junk|bulk|list)|To: Multiple
      recipients of |(((Resent-)?(From|Sender)|X-Envelope-From):|>?From
      )([^>]*[^([EMAIL 
PROTECTED])?(Post(ma?(st(e?r)?|n)|office)|(send)?Mail(er)?
      |daemon|m(mdf|ajordomo)|n?uucp|LIST(SERV|proc)|NETSERV|o(wner|ps)
      |r(e(quest|sponse)|oot)|b(ounce|bs\.smtp)|echo|mirror|s(erv(ices?|er)
      |mtp(error)?|ystem)|A(dmin(istrator)?|MMGR|utoanswer))(([^).!:a-
z0-9][-_a-z0-9]*)?[%@>\t ][^<)]*(\(.*\).*)?)?$([^>]|$)))â, which should
      catch mails coming from most daemons (howâs that for a regular
      expression :-).

I don't know what makes that hit. But it surely does.

{^_^}


Reply via email to