Return-Path: Delivered-To: apmail-spamassassin-commits-archive@www.apache.org Received: (qmail 39733 invoked from network); 1 Nov 2006 10:35:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2006 10:35:35 -0000 Received: (qmail 6249 invoked by uid 500); 1 Nov 2006 10:35:46 -0000 Delivered-To: apmail-spamassassin-commits-archive@spamassassin.apache.org Received: (qmail 6227 invoked by uid 500); 1 Nov 2006 10:35:46 -0000 Mailing-List: contact commits-help@spamassassin.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "SpamAssassin Dev" List-Id: Delivered-To: mailing list commits@spamassassin.apache.org Received: (qmail 6215 invoked by uid 99); 1 Nov 2006 10:35:46 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 02:35:46 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 02:35:34 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id C1E291A984D; Wed, 1 Nov 2006 02:35:10 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r469849 - /spamassassin/branches/3.1/lib/Mail/SpamAssassin/Conf.pm Date: Wed, 01 Nov 2006 10:35:10 -0000 To: commits@spamassassin.apache.org From: jm@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061101103510.C1E291A984D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jm Date: Wed Nov 1 02:35:09 2006 New Revision: 469849 URL: http://svn.apache.org/viewvc?view=rev&rev=469849 Log: trivial: add more documentation about the 'X-Spam-Relays-*' pseudo-headers, which were woefully under-docced in the POD Modified: spamassassin/branches/3.1/lib/Mail/SpamAssassin/Conf.pm Modified: spamassassin/branches/3.1/lib/Mail/SpamAssassin/Conf.pm URL: http://svn.apache.org/viewvc/spamassassin/branches/3.1/lib/Mail/SpamAssassin/Conf.pm?view=diff&rev=469849&r1=469848&r2=469849 ============================================================================== --- spamassassin/branches/3.1/lib/Mail/SpamAssassin/Conf.pm (original) +++ spamassassin/branches/3.1/lib/Mail/SpamAssassin/Conf.pm Wed Nov 1 02:35:09 2006 @@ -1740,6 +1740,13 @@ or 'X-Message-Id', then uses its own one in the 'Message-Id' header. The value returned for this symbol is the text from all 3 headers, separated by newlines. +=item C, C, +C and C represent a portable, +pre-parsed representation of the message's network path, as recorded in the +Received headers, divided into 'trusted' vs 'untrusted' and 'internal' vs +'external' sets. See C for +more details. + =back C is either C<=~> (contains regular expression) or C (does not contain @@ -2647,10 +2654,14 @@ _DATE_ rfc-2822 date of scan _STARS(*)_ one "*" (use any character) for each full score point (note: limited to 50 'stars') - _RELAYSTRUSTED_ relays used and deemed to be trusted - _RELAYSUNTRUSTED_ relays used that can not be trusted - _RELAYSINTERNAL_ relays used and deemed to be internal - _RELAYSEXTERNAL_ relays used and deemed to be external + _RELAYSTRUSTED_ relays used and deemed to be trusted (see the + 'X-Spam-Relays-Trusted' pseudo-header) + _RELAYSUNTRUSTED_ relays used that can not be trusted (see the + 'X-Spam-Relays-Untrusted' pseudo-header) + _RELAYSINTERNAL_ relays used and deemed to be internal (see the + 'X-Spam-Relays-Internal' pseudo-header) + _RELAYSEXTERNAL_ relays used and deemed to be external (see the + 'X-Spam-Relays-External' pseudo-header) _AUTOLEARN_ autolearn status ("ham", "no", "spam", "disabled", "failed", "unavailable") _TESTS(,)_ tests hit separated by "," (or other separator)