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?
Yes. Some of the automatically generated sub rules included with SA 3.2
duplicate each other. SA automatically recognizes that and "merges"
them, only running the regex once for all of the duplicate rules.
Daryl