logo       

[SACVS] CVS: spamassassin/lib/Mail/SpamAssassin Conf.pm,1.257,1.258: msg#00080

mail.spam.spamassassin.cvs

Subject: [SACVS] CVS: spamassassin/lib/Mail/SpamAssassin Conf.pm,1.257,1.258

Update of /cvsroot/spamassassin/spamassassin/lib/Mail/SpamAssassin
In directory sc8-pr-cvs1:/tmp/cvs-serv29005/lib/Mail/SpamAssassin

Modified Files:
Conf.pm
Log Message:
move check_num_received to DEPRECATED OPTIONS section


Index: Conf.pm
===================================================================
RCS file: /cvsroot/spamassassin/spamassassin/lib/Mail/SpamAssassin/Conf.pm,v
retrieving revision 1.257
retrieving revision 1.258
diff -b -w -u -d -r1.257 -r1.258
--- Conf.pm 21 Sep 2003 02:15:14 -0000 1.257
+++ Conf.pm 21 Sep 2003 22:17:55 -0000 1.258
@@ -1328,27 +1328,6 @@
$self->{pyzor_options} = $1; next;
}

-=item num_check_received { integer } (default: 9)
-
-How many received lines from and including the original mail relay
-do we check in RBLs (at least 1 or 2 is recommended).
-
-Note that for checking against dialup lists, you can call C<check_rbl()> with a
-special set name of B<set-notfirsthop> and this rule will only be matched
-against the relays except for the very first one; this allows SpamAssassin to
-catch dialup-sent spam, without penalizing people who properly relay through
-their ISP.
-
-See the C<trusted_networks> option to specify which relays you trust. This is
-a much better way to control DNSBL-checking behaviour, and
C<num_check_received>
-is deprecated as a result.
-
-=cut
-
- if (/^num_check_received\s+(\d+)$/) {
- $self->{num_check_received} = $1+0; next;
- }
-
=item trusted_networks ip.add.re.ss[/mask] ... (default: none)

What networks or hosts are 'trusted' in your setup. B<Trusted> in this case
@@ -1799,6 +1778,27 @@
$self->{headers_ham}->{"Pyzor"} = "_PYZOR_";
}
next;
+ }
+
+=item num_check_received { integer } (default: 9)
+
+How many received lines from and including the original mail relay
+do we check in RBLs (at least 1 or 2 is recommended).
+
+Note that for checking against dialup lists, you can call C<check_rbl()> with a
+special set name of B<set-notfirsthop> and this rule will only be matched
+against the relays except for the very first one; this allows SpamAssassin to
+catch dialup-sent spam, without penalizing people who properly relay through
+their ISP.
+
+This option is deprecated in version 2.60 and later. It will be removed
+in a future version. Please use the C<trusted_networks> option instead
+(it is a much better way to control DNSBL-checking behaviour).
+
+=cut
+
+ if (/^num_check_received\s+(\d+)$/) {
+ $self->{num_check_received} = $1+0; next;
}

=item use_terse_report { 0 | 1 } (default: 1)



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise