Trusted Networks and scoring

2012-03-08 Thread Peter Tselios
Good morning, I noticed that for users originating from my networks, the X-Spam headers are not added to the messages. Is that due to the "trusted_networks" settings? If so, does that mean that spamassassin does not check them? P.

Re: Allowing IMAP users to train spam/ham

2012-03-08 Thread Matus UHLAR - fantomas
On 05.03.12 12:15, RW wrote: >I don't like it. It relies on FPs being removed from the SPAM folder >rather than spam being sent to a learn-spam folder. On Wed, 7 Mar 2012 15:35:05 +0100 Matus UHLAR - fantomas wrote: Pardon me, but: Usage for end users *move mail into SPAM folder to clas

Σχετ: Mark message as spam from Postfix Queue

2012-03-08 Thread Peter Tselios
No! Erik you are my God! That ***excactly*** what I want to do! Tell me how you did the 1st step... Peter Απο: Per-Erik Persson Προς: users@spamassassin.apache.org Στάλθηκε: 9:31 μ.μ. Πέμπτη, 8 Μαρτίου 2012 Θεμα: Re: Mark message as spam from Postfix Queue

Re: Mark message as spam from Postfix Queue

2012-03-08 Thread Per-Erik Persson
I plan to do the following, only the first step is done at the moment. 1 Monitor the outgoing smtpservers for accounts that suddenly send emails to many recipient that they usually don't send to and other odd behavoures and report the queueID's. (account is hijacked and used for spamming or a bot

Re: Σχετ: Mark message as spam from Postfix Queue

2012-03-08 Thread xTrade Assessory
Bowie Bailey wrote: > On 3/8/2012 5:19 AM, xTrade Assessory wrote: >> Tom Kinghorn wrote: >>> You can then grep through the spam files and search for a common >>> string, eg score. >>> >>> e.g >>> # cd /amavis/virusmails >>> # >>> # ls -la | grep "spam" | grep "Mar 8" | awk '{print $9}' | xargs >>

Re: Σχετ: Mark message as spam from Postfix Queue

2012-03-08 Thread Bowie Bailey
On 3/8/2012 5:19 AM, xTrade Assessory wrote: > Tom Kinghorn wrote: >> >> You can then grep through the spam files and search for a common >> string, eg score. >> >> e.g >> # cd /amavis/virusmails >> # >> # ls -la | grep "spam" | grep "Mar 8" | awk '{print $9}' | xargs >> zgrep -i "score=" >> >> >

Re: ANNOUNCE: ZMI_GERMAN available via a new channel

2012-03-08 Thread Michael Monnerie
Latest info: - 2 Mirrors up and running. Please report if you find issues. - actual release is 312 - short explanation page on http://sa.zmi.at/ -- mit freundlichen Grüssen, Michael Monnerie, Ing. BSc it-management Internet Services: Protéger http://proteger.at [gesprochen: Prot-e-schee] Tel: +4

Re: Mark message as spam from Postfix Queue

2012-03-08 Thread Benny Pedersen
Den 2012-03-08 09:55, Tom Kinghorn skrev: Why use it to train spamassassin if it has already been deemed to be spam? your spam is another users ham, or even worse your ham is another users spam bayes is to compasate for this

Re: Mark message as spam from Postfix Queue

2012-03-08 Thread Benny Pedersen
Den 2012-03-08 09:52, Peter Tselios skrev: My setup is postfix, amavisd-new, spamassassin 3.3.1 + dovecot + dovecot-antispam (pipe or mailtrain or another spam engine like crm/dspam) train in postfix, you will be disapointed by trying :=)

Re: Σχετ: Mark message as spam from Postfix Queue

2012-03-08 Thread Tom Kinghorn
On 08/03/2012 12:19, xTrade Assessory wrote: Ts you could easily configure to your convenience in local.cf or set the reject limit in your filter/milter wow 5 processes for each step ... that eventually gets your machine real busy ... at least join all this greps into one grep -e pattern -e pa

Re: Σχετ: Mark message as spam from Postfix Queue

2012-03-08 Thread xTrade Assessory
Tom Kinghorn wrote: > >> Because it's marked as spam but it has less than "kill" score... >> Peter well scores and limits you could easily configure to your convenience in local.cf or set the reject limit in your filter/milter > Fair enough. > > Why not learn at spam / non-spam from the quarantine

Re: Σχετ: Mark message as spam from Postfix Queue

2012-03-08 Thread Tom Kinghorn
Because it's marked as spam but it has less than "kill" score... Peter Fair enough. Why not learn at spam / non-spam from the quarantined messages? If the messages are ta

Σχετ: Mark message as spam from Postfix Queue

2012-03-08 Thread Peter Tselios
Απο: Tom Kinghorn Προς: users@spamassassin.apache.org Στάλθηκε: 10:55 π.μ. Πέμπτη, 8 Μαρτίου 2012 Θεμα: Re: Mark message as spam from Postfix Queue On 08/03/2012 10:52, Peter Tselios wrote: Hallo, > >Is it possible to somehow instruct spamassassin to mark messages as spam when >those messag

Re: Mark message as spam from Postfix Queue

2012-03-08 Thread Tom Kinghorn
On 08/03/2012 10:52, Peter Tselios wrote: Hallo, Is it possible to somehow instruct spamassassin to mark messages as spam when those messages are in Postfix queue?

Mark message as spam from Postfix Queue

2012-03-08 Thread Peter Tselios
Hallo, Is it possible to somehow instruct spamassassin to mark messages as spam when those messages are in Postfix queue? The ideal in my mind is to get the queue id of the spam message and somehow extract it from the queue and then use it to train spamassassin. Is it possible? My setup is post