Re: milter email classification

2014-07-14 Thread Robert Schetterer
Am 14.07.2014 17:50, schrieb André Rodier: > On 2014-07-14 16:45, Robert Schetterer wrote: >> Am 14.07.2014 15:44, schrieb André Rodier: >>> The purpose is not to fight spam, but to classify emails and ideally >>> differentiate commercial emails from private or business emails >> >> Allready exists

Re: milter email classification

2014-07-14 Thread André Rodier
On 2014-07-14 16:45, Robert Schetterer wrote: Am 14.07.2014 15:44, schrieb André Rodier: The purpose is not to fight spam, but to classify emails and ideally differentiate commercial emails from private or business emails Allready exists in mail archive solutions, but not free to my knowledge

Re: milter email classification

2014-07-14 Thread Robert Schetterer
Am 14.07.2014 15:44, schrieb André Rodier: > The purpose is not to fight spam, but to classify emails and ideally > differentiate commercial emails from private or business emails Allready exists in mail archive solutions, but not free to my knowledge. In germany bigger companies have to archive a

Re: milter email classification

2014-07-14 Thread André Rodier
On 2014-07-14 16:19, Wijatmoko U. Prayitno wrote: On Mon, 14 Jul 2014 16:07:32 +0100 André Rodier wrote: On 2014-07-14 15:43, Andreas Schulze wrote: > you could use spamassassin for that purpose, too. > write your own SA rules and your done. > I cannot see in the SpamAssassin rules documentati

Re: milter email classification

2014-07-14 Thread Andreas Schulze
André Rodier: > I cannot see in the SpamAssassin rules documentation a way to add > headers. point for you. Adding any header with SA isn't possible at a first view. You may ask again on spamassasin-users Andreas

Re: milter email classification

2014-07-14 Thread Wijatmoko U. Prayitno
On Mon, 14 Jul 2014 16:07:32 +0100 André Rodier wrote: > On 2014-07-14 15:43, Andreas Schulze wrote: > > you could use spamassassin for that purpose, too. > > write your own SA rules and your done. > > > I cannot see in the SpamAssassin rules documentation a > way to add headers. I see a lot of o

Re: milter email classification

2014-07-14 Thread Benny Pedersen
André Rodier skrev den 2014-07-14 17:07: I cannot see in the SpamAssassin rules documentation a way to add headers. I see a lot of options to modify the scoring 'score' option. perldoc Mail::SpamAssassin::Conf Can you give me an example on how to add a header with a SA rule, please? http:/

Re: milter email classification

2014-07-14 Thread André Rodier
On 2014-07-14 15:43, Andreas Schulze wrote: André Rodier: I am looking for a milter script (mail filter) that would classify emails automatically. Something in Perl, for instance. you could use spamassassin for that purpose, too. write your own SA rules and your done. Andreas Hello Andreas,

Re: milter email classification

2014-07-14 Thread Andreas Schulze
André Rodier: > I am looking for a milter script (mail filter) that would classify > emails automatically. Something in Perl, for instance. you could use spamassassin for that purpose, too. write your own SA rules and your done. Andreas