Re: Adding header depending on _SCORE_ and settings UserPref

2014-07-20 Thread Adi
Hello Thanks for answer. > Have you tried the amavis/sa-exim way? Not yet. if I'm not mistaken amavis is working in delivery time not SMTP time? > >> Some my configuration is based on: >> >> http://www.janoszen.com/2013/07/24/filtering-spam-with-exim-and-spamassassin-properly/ > > I looked ont

Re: tips and tricks?

2014-07-20 Thread Matus UHLAR - fantomas
On 20.07.14 01:30, Thomas Cameron wrote: Last time I set up SA I used http://www.spamtips.org/p/ultimate-setup-guide.html, but it appears to be somewhat dated (2011). Is it still a good guide? Is there a better simple collection of tips and tricks? looks as a good guide, but I for addon rules I

Re: Adding header depending on _SCORE_ and settings UserPref

2014-07-20 Thread Matus UHLAR - fantomas
3. In exim make router that check if X_Spam_Kill exists and move mail to /dev/null. As Matus already mentioned, don't plain drop it. SMTP reject is proper handling. On 20.07.14 10:52, Adi wrote: Yes SMTP reject is proper. And normally is can be done in ACL by "deny" options. But I must

Re: Adding header depending on _SCORE_ and settings UserPref

2014-07-20 Thread Adi
Hello Thank you for answer. >> 2. In Spamassassin I need compare if _SCORE_ > kill_spam_score >>then add header X_Spam_Remove or X_Spam_Kill > > Adding a custom header (or any action for that matter) depending on the > overall score requires writing a custom plugin. > It looks like :( I'