Byung-Hee HWANG wrote:
On Tue, 2007-11-13 at 14:58 +0530, K Anand wrote:
K Anand wrote:
Matt Kettler wrote:
As an alternative, you can use whitelist_from_spf or
whitelist_from_rcvd on the list's return-path. From there, you can
configure shortcircuiting to bypass the rest of SA and bayes_ignore_from
to prevent learning.
Would this be OK
whitelist_from_rcvd [EMAIL PROTECTED] spamassassin.apache.org
read the doc. I think it should be
whitelist_from_rcvd [EMAIL PROTECTED] hermes.apache.org
This is what is the rdns for the mail relay that is sending me mails
from the list.
I tried this but rule is not triggered...So something is wrong. Can
anyone help ?
in my case, the rule works fine.
whitelist_from_rcvd [EMAIL PROTECTED] hermes.apache.org
here is the shot:
Received: by pinus.izb.knu.ac.kr (Postfix, from userid 59)
id E9FE13ECD; Tue, 13 Nov 2007 18:26:07 +0900 (KST)
X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on
pinus.izb.knu.ac.kr
X-Spam-Level:
X-Spam-Status: No, score=-37.7 required=15.1
tests=DKIM_SIGNED,DKIM_VERIFIED,
RCVD_IN_DNSWL_MED,USER_IN_WHITELIST autolearn=disabled
version=3.2.3
X-Spam-Comment: DKIM? See http://www.google.com/search?btnI&q=RFC+4871
Received: from mail.apache.org (hermes.apache.org [140.211.11.2])
by pinus.izb.knu.ac.kr (Postfix) with SMTP id A7E1F3ECB
for <[EMAIL PROTECTED]>; Tue, 13 Nov 2007 18:25:58 +0900 (KST)
This is what I get ::::
Return-Path:
<[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
Received: (qmail 32150 invoked by uid 89); 13 Nov 2007 09:48:01 -0000
Received: by simscan 1.2.0 ppid: 32094, pid: 32122, t: 4.4853s
scanners: attach: 1.2.0 clamav: 0.90/m:42 spam: 3.1.1
X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on sail-steel.com
X-Spam-Level:
X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00
autolearn=unavailable version=3.1.1
Received: from unknown (HELO mail.apache.org) (140.211.11.2)
by sail-steel.com with SMTP; 13 Nov 2007 09:47:57 -0000
Received-SPF: pass (sail-steel.com: SPF record at
spamassassin.apache.org designates 140.211.11.2 as permitted sender)
I think the problem has something to do with this line :
Received: from unknown (HELO mail.apache.org) (140.211.11.2)
Anand