You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by he...@apache.org on 2019/07/07 11:12:37 UTC

svn commit: r1862689 - in /spamassassin: branches/3.4/lib/Mail/SpamAssassin/Plugin/WhiteListSubject.pm trunk/lib/Mail/SpamAssassin/Plugin/WhiteListSubject.pm

Author: hege
Date: Sun Jul  7 11:12:36 2019
New Revision: 1862689

URL: http://svn.apache.org/viewvc?rev=1862689&view=rev
Log:
Clarify documentation

Modified:
    spamassassin/branches/3.4/lib/Mail/SpamAssassin/Plugin/WhiteListSubject.pm
    spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/WhiteListSubject.pm

Modified: spamassassin/branches/3.4/lib/Mail/SpamAssassin/Plugin/WhiteListSubject.pm
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.4/lib/Mail/SpamAssassin/Plugin/WhiteListSubject.pm?rev=1862689&r1=1862688&r2=1862689&view=diff
==============================================================================
--- spamassassin/branches/3.4/lib/Mail/SpamAssassin/Plugin/WhiteListSubject.pm (original)
+++ spamassassin/branches/3.4/lib/Mail/SpamAssassin/Plugin/WhiteListSubject.pm Sun Jul  7 11:12:36 2019
@@ -34,10 +34,12 @@ Mail::SpamAssassin::Plugin::WhiteListSub
 
 =head1 DESCRIPTION
 
-This SpamAssassin plugin module provides eval tests for whitelisting and blacklisting
-particular strings in the Subject header.  The value for whitelist_subject or
-blacklist_subject are strings which may contain file -glob -style patterns,
-similar to the other whitelist_* config options.
+This SpamAssassin plugin module provides eval tests for whitelisting and
+blacklisting particular strings in the Subject header. String will match
+anywhere in the subject. The value for whitelist_subject or blacklist_subject
+are strings which may contain file -glob -style patterns, similar to the
+other whitelist_* config options. Note that each subject/string must be a
+separate *_subject command, all whitespace is included in the string.
 
 =cut
 

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/WhiteListSubject.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/WhiteListSubject.pm?rev=1862689&r1=1862688&r2=1862689&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/WhiteListSubject.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/WhiteListSubject.pm Sun Jul  7 11:12:36 2019
@@ -34,10 +34,12 @@ Mail::SpamAssassin::Plugin::WhiteListSub
 
 =head1 DESCRIPTION
 
-This SpamAssassin plugin module provides eval tests for whitelisting and blacklisting
-particular strings in the Subject header.  The value for whitelist_subject or
-blacklist_subject are strings which may contain file -glob -style patterns,
-similar to the other whitelist_* config options.
+This SpamAssassin plugin module provides eval tests for whitelisting and
+blacklisting particular strings in the Subject header. String will match
+anywhere in the subject. The value for whitelist_subject or blacklist_subject
+are strings which may contain file -glob -style patterns, similar to the
+other whitelist_* config options. Note that each subject/string must be a
+separate *_subject command, all whitespace is included in the string.
 
 =cut