Hi all,

recently I've noticed this fault: when my MTA receives mail identified as spam (score > 7.0) from a specific external distribution list, SA tags the message, and instead of discarding the message (as set by the CommuniGate rule), it delivers it to the recipient (a user of mine who is subscribed to that external list), moreover SpamAssassin generates a reply to the sender (the list itself), even though I've never configure SA to do it!

This behavior amplifies the damage sending SpamAssassin reports to an entire mailing list (many thousands of people) where already victims of the original spam message...!

Is this a SA known bug? Or I have something misconfigured...?

---

Following you can find my configuration/settings:

- S.O. Linux 7.2
- MTA -> CommuniGate Pro v.4.1.4

Rules (set in CGP WebAdmin -> SETTINGS -> Rules):

- DISCARD-SPAM_II (Priority=7)

(Condition)
Any Recipient           in              [EMAIL PROTECTED]
Subject                 is              =====SPAM MeSsAgE=====*
Header Field            is              X-Spam-Level: $$$$$$$$$$*

(Action)
Discard


- SpamAssassin (Priority=7)


(Condition)
Any Recipient           in              [EMAIL PROTECTED]
Message Size            less than       32768
Header Field            is not          X-Spam-Status*

(Action)
Execute         [STDERR] [FILE] [RETPATH] [RCPT] /mail/CommuniGate/scanspam.sh
Discard


- DISCARD-SPAM (Priority=6) (Condition) Any Recipient in [EMAIL PROTECTED] Subject is =====SPAM MeSsAgE=====*

(Action)
Store in                ~postmaster/SPAMs
Discard



File "local.cf" contents:

# This is the right place to customize your installation of SpamAssassin.
# See 'perldoc Mail::SpamAssassin::Conf' for details of what can be
# tweaked.
#
###########################################################################
# SpamAssassin config file for version 2.5x
# generated by http://www.yrex.com/spam/spamconfig.php (version 1.01)

# How many hits before a message is considered spam.
required_hits           7.0

# Whether to change the subject of suspected spam
rewrite_subject         1

# Text to prepend to subject if rewrite_subject is used
subject_tag             =====SPAM MeSsAgE=====

# Encapsulate spam in an attachment
report_safe             1

# Use terse version of the spam report
#3/10/03 EC Commentato perche` obsoleto.
#use_terse_report        0

# Enable the Bayes system
use_bayes               1

# Enable Bayes auto-learning
auto_learn              1

# Enable or disable network checks
skip_rbl_checks         1
use_razor2              0
use_dcc                 0
use_pyzor               0

# Mail using languages used in these country codes will not be marked
# as being possibly spam in a foreign language.
ok_languages            all

# Mail using locales used in these country codes will not be marked
# as being possibly spam in a foreign language.
ok_locales              all

allow_user_rules 0

#12/9/03 EC

auto_whitelist_path     /var/spool/spamassassin/auto-whitelist
auto_whitelist_file_mode   0700
#
bayes_path /var/spool/spamassassin/bayes
bayes_file_mode 0700

#7/10/03 EC Character change used in X-Spam-Level (old=*) (new=$)
add_header all Level _STARS($)_




One more thing: I'm using the "spamprep" executable image... so I've changed the "scanspam.sh" file as suggested by www.comunigatefaq.com/cgatefaq/SpamAssassin


Please help! Since many people already complain about this...



Euro Cocolo





------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to