Thank you all very very much for the clarifications.  I was really worrying
the system was doing "double job", or could be even worse.


2 other issues I found.  Many lines of each issue below when running
"spamassassin --lint -D"

------------------------------------
1.
[16259] dbg: plugin: loading Mail::SpamAssassin::Plugin::WhiteListSubject
from @INC
[16259] dbg: plugin: did not register
Mail::SpamAssassin::Plugin::WhiteListSubject=HASH(0x93f78f4), already
registered
[16259] dbg: plugin: loading Mail::SpamAssassin::Plugin::MIMEHeader from
@INC

does it mean I am registering it twice?
------------------------------------
2.
[16259] dbg: config: fixed relative path:
/var/lib/spamassassin/3.002001/saupdates_openprotect_com/70_sare_evilnum0.cf
[16259] dbg: config: using
"/var/lib/spamassassin/3.002001/saupdates_openprotect_com/70_sare_evilnum0.c
f" for included file
[16259] dbg: config: read file
/var/lib/spamassassin/3.002001/saupdates_openprotect_com/70_sare_evilnum0.cf
------------------------------------


Thank you again.
Irina
=================


----- Original Message ----- 
From: "Bowie Bailey" <[EMAIL PROTECTED]>
To: <users@spamassassin.apache.org>
Sent: Friday, June 29, 2007 2:24 PM
Subject: RE: Rules in 2 locations


> Those aren't duplicated rules, but they are duplicated patterns.  This
> seems to be just an informational message.  SA is taking two (or more)
> rules that are looking for the same thing and merging them so that it
> only needs to run the pattern match once.  I have quite a few of these
> messages on my system and it is running just fine.
>
> Bowie
>
>
> Irina wrote:
> > I used to have own rules in /etc/mail/spamassassin directory.  But
> > removed them thinking that duplicates may come from them.
> >
> > I now have only default files in /etc/mail/spamassassin
> >
> > init.pre
> > local.cf
> > spamassassin-default.rc
> > spamassassin-helper.sh
> > spamassassin-spamc.rc
> > v310.pre
> > v312.pre
> > v320.pre
> >
> > I still have duplicates.  Looking just at one of them
> >     [15021] dbg: rules: __MO_OL_58CB5 merged duplicates: __MO_OL_B4B40
> >
> > I found the following in
> > /var/lib/spamassassin/3.002001/updates_spamassassin_org/72_active.cf
> > ----------------------------------------
> > meta XMAILER_MIMEOLE_OL_58CB5  (__XM_OL_58CB5 && __MO_OL_58CB5)
> > header __MO_OL_58CB5  X-MimeOLE =~ /Produced\ By\ Microsoft\ MimeOLE\
> > V5\.50\.4133\.2400/
> >
> > and
> >
> > meta XMAILER_MIMEOLE_OL_B4B40  (__XM_OL_B4B40 && __MO_OL_B4B40)
> > header __MO_OL_B4B40  X-MimeOLE =~ /Produced\ By\ Microsoft\ MimeOLE\
> > V5\.50\.4133\.2400/
> >
> > ----------------------------------------
> >
> >
> > Is it normal?
> >
> > Thank you.
> > Irina
>

Reply via email to