You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by gb...@apache.org on 2021/01/07 07:47:53 UTC

svn commit: r1885234 - in /spamassassin: branches/3.4/lib/Mail/SpamAssassin/Conf.pm trunk/lib/Mail/SpamAssassin/Conf.pm

Author: gbechis
Date: Thu Jan  7 07:47:53 2021
New Revision: 1885234

URL: http://svn.apache.org/viewvc?rev=1885234&view=rev
Log:
pod fixes

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

Modified: spamassassin/branches/3.4/lib/Mail/SpamAssassin/Conf.pm
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.4/lib/Mail/SpamAssassin/Conf.pm?rev=1885234&r1=1885233&r2=1885234&view=diff
==============================================================================
--- spamassassin/branches/3.4/lib/Mail/SpamAssassin/Conf.pm (original)
+++ spamassassin/branches/3.4/lib/Mail/SpamAssassin/Conf.pm Thu Jan  7 07:47:53 2021
@@ -2840,11 +2840,11 @@ in all of the following cases:
 
 =item display: example@foo (Foo Blah), example@bar ;
 
-=item Foo Blah <ex...@foo>
+=item Foo Blah E<lt>example@fooE<gt>
 
-=item "Foo Blah" <ex...@foo>
+=item "Foo Blah" E<lt>example@fooE<gt>
 
-=item "'Foo Blah'" <ex...@foo>
+=item "'Foo Blah'" E<lt>example@fooE<gt>
 
 =back
 
@@ -2859,11 +2859,11 @@ For example, appending C<:name> to a hea
 
 =item display: example@foo (Foo Blah), example@bar ;
 
-=item Foo Blah <ex...@foo>
+=item Foo Blah E<lt>example@fooE<gt>
 
-=item "Foo Blah" <ex...@foo>
+=item "Foo Blah" E<lt>example@fooE<gt>
 
-=item "'Foo Blah'" <ex...@foo>
+=item "'Foo Blah'" E<lt>example@fooE<gt>
 
 =back
 
@@ -2955,10 +2955,10 @@ zone.  There's a few things to note:
 
 Duplicated IPs are only queried once and reserved IPs are not queried.
 Private IPs are those listed in
-<https://www.iana.org/assignments/ipv4-address-space>,
-<http://duxcw.com/faq/network/privip.htm>,
-<http://duxcw.com/faq/network/autoip.htm>, or
-<https://tools.ietf.org/html/rfc5735> as private.
+C<https://www.iana.org/assignments/ipv4-address-space>,
+C<http://duxcw.com/faq/network/privip.htm>,
+C<http://duxcw.com/faq/network/autoip.htm>, or
+C<https://tools.ietf.org/html/rfc5735> as private.
 
 =item the 'set' argument
 
@@ -3274,7 +3274,7 @@ The value of any other type of hit test
 
 For example:
 
-meta META2        (3 * TEST1 - 2 * TEST2) > 0
+meta META2        (3 * TEST1 - 2 * TEST2) E<gt> 0
 
 Note that Perl builtins and functions, like C<abs()>, B<can't> be
 used, and will be treated as rule names.
@@ -3419,7 +3419,7 @@ Only affects header, body, rawbody, uri,
 =item  maxhits=N
 
 If B<multiple> is specified, limit the number of hits found to N.
-If the rule is used in a meta that counts the hits (e.g. __RULENAME > 5),
+If the rule is used in a meta that counts the hits (e.g. __RULENAME E<gt> 5),
 this is a way to avoid wasted extra work (use "tflags multiple maxhits=6").
 
 For example:
@@ -3480,7 +3480,7 @@ tests, are run in increasing priority va
 are run before positive priority values). The default test priority is 0
 (zero).
 
-The values <-99999999999999> and <-99999999999998> have a special meaning
+The values C<-99999999999999> and C<-99999999999998> have a special meaning
 internally, and should not be used.
 
 =cut

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm?rev=1885234&r1=1885233&r2=1885234&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm Thu Jan  7 07:47:53 2021
@@ -2934,11 +2934,11 @@ in all of the following cases:
 
 =item display: example@foo (Foo Blah), example@bar ;
 
-=item Foo Blah <ex...@foo>
+=item Foo Blah E<lt>example@fooE<gt>
 
-=item "Foo Blah" <ex...@foo>
+=item "Foo Blah" E<lt>example@fooE<gt>
 
-=item "'Foo Blah'" <ex...@foo>
+=item "'Foo Blah'" E<lt>example@fooE<gt>
 
 =back
 
@@ -2953,11 +2953,11 @@ For example, appending C<:name> to a hea
 
 =item display: example@foo (Foo Blah), example@bar ;
 
-=item Foo Blah <ex...@foo>
+=item Foo Blah E<lt>example@fooE<gt>
 
-=item "Foo Blah" <ex...@foo>
+=item "Foo Blah" E<lt>example@fooE<gt>
 
-=item "'Foo Blah'" <ex...@foo>
+=item "'Foo Blah'" E<lt>example@fooE<gt>
 
 =back
 
@@ -3049,10 +3049,10 @@ zone.  There's a few things to note:
 
 Duplicated IPs are only queried once and reserved IPs are not queried.
 Private IPs are those listed in
-<https://www.iana.org/assignments/ipv4-address-space>,
-<http://duxcw.com/faq/network/privip.htm>,
-<http://duxcw.com/faq/network/autoip.htm>, or
-<https://tools.ietf.org/html/rfc5735> as private.
+C<https://www.iana.org/assignments/ipv4-address-space>,
+C<http://duxcw.com/faq/network/privip.htm>,
+C<http://duxcw.com/faq/network/autoip.htm>, or
+C<https://tools.ietf.org/html/rfc5735> as private.
 
 =item the 'set' argument
 
@@ -3369,7 +3369,7 @@ The value of any other type of hit test
 
 For example:
 
-meta META2        (3 * TEST1 - 2 * TEST2) > 0
+meta META2        (3 * TEST1 - 2 * TEST2) E<gt> 0
 
 Note that Perl builtins and functions, like C<abs()>, B<can't> be
 used, and will be treated as rule names.
@@ -3513,7 +3513,7 @@ Only affects header, body, rawbody, uri,
 =item  maxhits=N
 
 If B<multiple> is specified, limit the number of hits found to N.
-If the rule is used in a meta that counts the hits (e.g. __RULENAME > 5),
+If the rule is used in a meta that counts the hits (e.g. __RULENAME E<gt> 5),
 this is a way to avoid wasted extra work (use "tflags multiple maxhits=6").
 
 For example:
@@ -3577,7 +3577,7 @@ tests, are run in increasing priority va
 are run before positive priority values). The default test priority is 0
 (zero).
 
-The values <-99999999999999> and <-99999999999998> have a special meaning
+The values C<-99999999999999> and C<-99999999999998> have a special meaning
 internally, and should not be used.
 
 =cut