Two things here,
1. I have two rule, (from and message_id) they both should match before we add the tag "X-ALEKS-Spam: none". Right?
2. Why I dont have tag in the header?

-Jai

:0f
* ^[F|f]rom:.*aleks\.com
* ^[m|M]essage-[i|I][D|d]:.*aleks\.com|^Received:.*(authenticated).*\.aleks\.com
| formail -A"X-ALEKS-Spam: none"

Does


jdow wrote:
Look at the line I underlined. Your rule decided you sent the email so
exempted it.

{^_^}
----- Original Message ----- From: "Jai Rangi" <[EMAIL PROTECTED]>


I am not sure if I understand what do you mean by this,
***********You wrote****
{^_^}
**********************
Thank you,
-Jai

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

Message-Id: <[EMAIL PROTECTED]>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Hello All,
I am little confused here. I have this rule in my .procmailrc file.

:0f
* ^[F|f]rom:.*aleks\.com
* ^[m|M]essage-[i|I][D|d]:.*aleks\.com|^Received:.*(authenticated).*\.aleks\.com
| formail -A"X-ALEKS-Spam: none"

#:0fwE
:0fw
* < 256000
* !^X-ALEKS-Spam: none
* !^FROM_DAEMON
| /usr/bin/spamc

So according to this rule every email should have tag X-ALEKS-Spam: none or it should be checked for spam. Now I get few mail that dont go through spam and do not get the No-Spam tag. For example this

Return-Path: <[EMAIL PROTECTED]>
X-Original-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Received: from ip26.aleks.com (ip26.aleks.com [216.34.240.160])
by localmail.lan.aleks.com (Postfix) with ESMTP id 0937560E72
for <[EMAIL PROTECTED]>; Thu, 21 Jun 2007 11:58:06 -0700 (PDT)
Received: from praznik-d.net (praznik-d.net [206.191.135.39])
by ip26.aleks.com (8.11.6/8.11.6) with SMTP id l5LIw3T09378
for <[EMAIL PROTECTED]>; Thu, 21 Jun 2007 11:58:03 -0700
Date: Thu, 21 Jun 2007 11:58:03 -0700
Message-Id: <[EMAIL PROTECTED]>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Received: (qmail 46857 invoked by uid 0); 21 Jun 2007 16:06:47 -0000
From: Cobra <[EMAIL PROTECTED]>
Subject: Affordable Health
To: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: MULTIPART/alternative; BOUNDARY="0-1097643056-1182442005=:46707"
X-route-head: verified/rgwl/ok/ref/aleks.com=clean
X-bounce-to: [EMAIL PROTECTED]



Can some one please give me some hint why this happened. Why this email was not checked by spamc.

Reply via email to