This is a discussion on Re: [AMaViS-user] [SOLVED] Missing DSPAM Headers... within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; replying to myself: > > Seems like I got it :-) I had configured $spam_quarantine_to on my > > system so ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
replying to myself:
> > Seems like I got it :-) I had configured $spam_quarantine_to on my > > system so that emails to user sven were passed to sven and emails to > > every other user were passed to user spammail. When quarantining, > > neither X-Scanned-By nor X-DSPAM-.* headers are inserted into the > > mail headers. > > Turning off spam quarantining and directly passing the mails on to the > > user now gives me both headers, X-Scanned-By as well as X-DSPAM-.*, > > even for spam mails. For the archives :-) > > I encounter the same problem as you had. but with spam_quarantine_to > being disabled, I still get not headers. > > > ---- from amavisd.conf ---- > $banned_quarantine_to = undef; # local quarantine > $bad_header_quarantine_to = undef; # local quarantine > $spam_quarantine_to = undef; # local quarantine > ---------------------------- this needs to be set aswell for the DSPAM headers to be displayed: $remove_existing_spam_headers = 0; maybe there should be a new option introduced to amavisd, to only remove existing spam headers that come from remote machines and leave for instance local dspam headers alone. andreas ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/...fo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/ |