Re: [AMaViS-user] adding header to mail

2010-01-08 Thread Mark Martinec
Replying to an old thread, with some new information: On Monday 05 October 2009 20:01:29 Stefan wrote: > > I'm using SpamAssassin with the URICountry Plugin. Now I would like to > > add a X-URI-Country: header to the scanned message. Therefore I added the > > following lines to the URICountry.pm m

Re: [AMaViS-user] adding header to mail

2009-10-05 Thread Stefan
Hello list, maybe I wasn't clear. So I will try to explain it again. > I'm using SpamAssassin with the URICountry Plugin. Now I would like to add > a X-URI-Country: header to the scanned message. Therefore I added the > following lines to the URICountry.pm module: > > # Build a string of al

Re: [AMaViS-user] adding header to mail

2009-10-03 Thread Benny Pedersen
On fre 02 okt 2009 22:57:03 CEST, Michael Scheidell wrote > do this in local.cf: > add_header all Relay-Country _RELAYCOUNTRY_ this only works for spamd, not amavisd > make sure this is in init.pre: > loadplugin Mail::SpamAssassin::Plugin::RelayCountry > > use stuff like this in local.cf: > > sco

Re: [AMaViS-user] adding header to mail

2009-10-02 Thread Michael Scheidell
Stefan wrote: > On Friday, 2. Oktober 2009 22:57:03 you wrote: > >> Stefan wrote: >> >>> Hello list, >>> >>> I'm using SpamAssassin with the URICountry Plugin. Now I would like to >>> add a X-URI-Country: header to the scanned message. Therefore I added the >>> following lines to the URICou

Re: [AMaViS-user] adding header to mail

2009-10-02 Thread Stefan
On Friday, 2. Oktober 2009 22:57:03 you wrote: > Stefan wrote: > > Hello list, > > > > I'm using SpamAssassin with the URICountry Plugin. Now I would like to > > add a X-URI-Country: header to the scanned message. Therefore I added the > > following lines to the URICountry.pm module: > > put your

Re: [AMaViS-user] adding header to mail

2009-10-02 Thread Michael Scheidell
Stefan wrote: > Hello list, > > I'm using SpamAssassin with the URICountry Plugin. Now I would like to add a > X-URI-Country: header to the scanned message. Therefore I added the following > lines to the URICountry.pm module: > > put your old uricountry.pm back. do this in local.cf: add_head

[AMaViS-user] adding header to mail

2009-10-02 Thread Stefan
Hello list, I'm using SpamAssassin with the URICountry Plugin. Now I would like to add a X-URI-Country: header to the scanned message. Therefore I added the following lines to the URICountry.pm module: # Build a string of all found countries and export it as a tag my $countries = ""; fore