Mailing List Archive

svn commit: r160762 - spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm
Author: quinlan
Date: Sun Apr 10 01:55:39 2005
New Revision: 160762

URL: http://svn.apache.org/viewcvs?view=rev&rev=160762
Log:
bug 3738: documentation tweak

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

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm?view=diff&r1=160761&r2=160762
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm Sun Apr 10 01:55:39 2005
@@ -53,7 +53,9 @@
Currently, each rule or configuration setting must fit on one-line; multi-line
settings are not supported yet.

-Paths can use C<~> to refer to the user's home directory.
+File and directory paths can use C<~> to refer to the user's home
+directory, but no other shell-style path extensions such as globing or
+C<~user/> are supported.

Where appropriate below, default values are listed in parentheses.