You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by bi...@apache.org on 2018/09/04 16:39:43 UTC

svn commit: r1840050 - in /spamassassin: branches/3.4/spamd/spamd.raw trunk/spamd/spamd.raw

Author: billcole
Date: Tue Sep  4 16:39:43 2018
New Revision: 1840050

URL: http://svn.apache.org/viewvc?rev=1840050&view=rev
Log:
document %x token foe Exim-like virtual config dirs

Modified:
    spamassassin/branches/3.4/spamd/spamd.raw
    spamassassin/trunk/spamd/spamd.raw

Modified: spamassassin/branches/3.4/spamd/spamd.raw
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.4/spamd/spamd.raw?rev=1840050&r1=1840049&r2=1840050&view=diff
==============================================================================
--- spamassassin/branches/3.4/spamd/spamd.raw (original)
+++ spamassassin/branches/3.4/spamd/spamd.raw Tue Sep  4 16:39:43 2018
@@ -3450,6 +3450,10 @@ sign.
 words, if the username is an email address, this is the part after the C<@>
 sign.
 
+=item %x -- replaced with the full name of the current user, as sent by spamc.
+If the resulting config directory does not exist, replace with the domain part 
+to use a domain-wide default.   
+
 =item %% -- replaced with a single percent sign (%).
 
 =back

Modified: spamassassin/trunk/spamd/spamd.raw
URL: http://svn.apache.org/viewvc/spamassassin/trunk/spamd/spamd.raw?rev=1840050&r1=1840049&r2=1840050&view=diff
==============================================================================
--- spamassassin/trunk/spamd/spamd.raw (original)
+++ spamassassin/trunk/spamd/spamd.raw Tue Sep  4 16:39:43 2018
@@ -3450,6 +3450,10 @@ sign.
 words, if the username is an email address, this is the part after the C<@>
 sign.
 
+=item %x -- replaced with the full name of the current user, as sent by spamc.
+If the resulting config directory does not exist, replace with the domain part 
+to use a domain-wide default.   
+
 =item %% -- replaced with a single percent sign (%).
 
 =back