You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by mm...@apache.org on 2011/09/08 02:12:44 UTC

svn commit: r1166476 - /spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm

Author: mmartinec
Date: Thu Sep  8 00:12:44 2011
New Revision: 1166476

URL: http://svn.apache.org/viewvc?rev=1166476&view=rev
Log:
Bug 6657 - docs rewording

Modified:
    spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm?rev=1166476&r1=1166475&r2=1166476&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm Thu Sep  8 00:12:44 2011
@@ -2531,9 +2531,8 @@ messages, or other tests being skipped a
 
 Define a header field existence test.  C<header_field_name> is the name
 of a header field to test for existence.  Not to be confused with a
-test for an empty header field body, which can be implemented with a
-C<header SYMBOLIC_TEST_NAME header_field_name op /pattern/modifiers>
-rule described above.
+test for a nonempty header field body, which can be implemented by a
+C<header SYMBOLIC_TEST_NAME header =~ /\S/> rule as described above.
 
 =item header SYMBOLIC_TEST_NAME eval:name_of_eval_method([arguments])