-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wednesday 01 May 2002 22:29 pm, Craig R Hughes wrote:
> Richie Laager wrote:
>
> RL> Attached is a patch that runs messages through "dccproc
> -t RL> many" when "spamassassin -r" is run.
>
>
> Great, thanks.  Just checked it into CVS.  One thing
> occurred to me though, which is there's a lot of code both
> for this new DCC stuff but also the pre-existing Razor stuff
> which is repeated between Reporter.pm and Dns.pm -- unclear
> why this is so.  Any thoughts on why the two shouldn't be
> consolidated, or perhaps broken out as separate DCC.pm and
> Razor.pm modules which are called to from the other files?

I think they should. However, I'm not that familiar with the 
SA code or perl modules to be the guy to do it. :-) To be 
honest with you, I just made this patch by 
cutting-and-pasting, and tweaking a couple of lines.

Attached is another patch that adds a line of documentation 
about dont_report_to_dcc, which is nearly identical to the 
dont_report_to_razor line.

- -- 
Richie Laager
Wikstrom Telecom Internet
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE80TAtbfU6uV4fG84RAv18AKCw3nEs8JnwUHMg9C70Qan4EeLkdwCgsJZ2
9uVfW4KCO+nbzRgkULMgPDc=
=PFyp
-----END PGP SIGNATURE-----
Index: lib/Mail/SpamAssassin.pm
===================================================================
RCS file: /cvsroot/spamassassin/spamassassin/lib/Mail/SpamAssassin.pm,v
retrieving revision 1.79
diff -u -r1.79 SpamAssassin.pm
--- lib/Mail/SpamAssassin.pm	26 Apr 2002 00:15:10 -0000	1.79
+++ lib/Mail/SpamAssassin.pm	2 May 2002 12:18:50 -0000
@@ -242,6 +242,11 @@
 Inhibits reporting of the spam to Razor; useful if you know it's already
 been listed there.
 
+=item dont_report_to_dcc
+
+Inhibits reporting of the spam to DCC; useful if you know it's already
+been listed there.
+
 =back
 
 =cut

Reply via email to