You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@issues.apache.org on 2010/08/10 04:11:15 UTC

[Bug 6481] SA 3.3.1 - Is "local.cf" read in TWICE when loading configuration files?

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6481

Matt Kettler <mk...@verizon.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mkettler_sa@verizon.net

--- Comment #1 from Matt Kettler <mk...@verizon.net> 2010-08-09 22:11:11 UTC ---
I cannot replicate this on 3.3.1.

# spamassassin -V
SpamAssassin version 3.3.1
  running on Perl version 5.8.8

# cat /etc/mail/spamassassin/local.cf
report fooline 1
report fooline 2
report fooline3


# spamassassin </home/mkettler/Mail-SpamAssassin-3.3.1/sam
ple-spam.txt | grep fooline
fooline 1
fooline 2
fooline3


no repetition with plain spamassassin.

 spamc </home/mkettler/Mail-SpamAssassin-3.3.1/sample-spa
m.txt | grep fooline
fooline 1
fooline 2
fooline3

No repetition with spamc.

Is it possible you've got your user_prefs symlinked to your local.cf?

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.