Hi,

Im really newbie with SpamAssassin, so if this is known configuration
problem, just please tell me where to find documentation.

Im running SA on FreeBSD box, with Anomy sanitizer and Postfix.
SpamAssassin is installed from ports-tree, and running spamd.

Postfix sends mails to filtering script as in docs.
Filtering script is modified a bit, basicly only using spamc instead of
spamasssassin:

SPAMASSASSIN=/usr/local/bin/spamc

...

cat | $SPAMASSASSIN | $ANOMY/bin/sanitizer.pl \
   $ANOMY_CONF 2>>/tmp/anomy.log > out.$$ || \
   { echo Message content rejected; exit $EX_UNAVAILABLE; }


/etc/mail/spamassassin/ includes default .cf files coming with SA

Everything else works fine, spam gets tagged etc, but when mail comes from
mailing list without having my email-address on to-line, it gets sent back
to to-field address with sender as serder-field information. This looks
like double posting, but headers show that mail came from my computer.

I tested also with my shell box, I created .forward file to point my home
address, and then sent mail from my home address to shellbox.

Mail goes to shellbox, gets forwarded to my home address, then bounced
back to shell, and forwarded to home until servers this kill looping mail.

1) If I don't want to allow every mailing list separatedly, how do I
configure SA to accept mails if to-field contains another address than
what it was sent to (like, mailinglist name) ?

2) How do I prevent SA sending these bounce mails back? I basicly don't
want any mails sent out without my knowledge

Shamed, paniced and thankful,
        Kalmari



-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to