[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: exim soll keine SPAMS an mailman weitergeben



* Norbert Preining schrieb am 02.04.03 um 09:59 Uhr:
> On Mit, 02 Apr 2003, Michael Bramer wrote:
> > > > KNOWN_SPAMMERS = [('X-Spam-Status', 'Yes')]
> > > > 
> > > Ist das bei nem Update von Mailman dann nicht wieder weg? Kommt mir
> > > etwas komisch vor, dass man da in 
> 
> > Schau dir mal das spec.txt vom exim an, da kann man das verhindern und
> > zwar in einer richtigen Config. Oder in google einfach mal exim und
> > spamassassin eingeben
> 
> Also ich habe nicht direkt etwas mit google gefunden, sondern nur SA at
> smtp time, ie. exim-SA, wir haben aber normalen exim-3 laufen, also
> gehts so nicht.
> 
> Aber es gibt eine andere Lösung, die ich mir gerade zusammengeschustert
> habe, (NOCH NICHT GETESTET!!!).
> 
> Im diretor mailman_aliases eine condition einfügen:
> 
> mailman_aliases:
>   driver = aliasfile
>   search_type = lsearch
>   file = /etc/aliases.mailman
>   condition = ${if def:X-Spam-Flag:{no}{yes}}
                         ^
                         hier noch ein h_ davor, dann scheints zu
                         klappen. SUper, Danke!

 Also:
 condition = ${if def:h_X-Spam-Flag:{no}{yes}}
 
 oder auch (untested ;)):

 condition = ${if def:h_X-Spam-Flag: YES{0}{1}}


>   pipe_transport = mailman_list_pipe
> 
> Das sollte reichen, dann braucht man keinen SA hack mehr.
> 
> Herzliche Grüße
> 
> Norbert
> 
> -------------------------------------------------------------------------------
> Norbert Preining <preining AT logic DOT at>         Technische Universität Wien
> gpg DSA: 0x09C5B094      fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
> -------------------------------------------------------------------------------
> CORRIECRAVIE (n.)
> To avert the horrors of corrievorrie (q.v.) corriecravie is usually
> employed. This is the cowardly but highly skilled process by which
> both protagonists continue to approach while keeping up the pretence
> that they haven't noticed each other - by staring furiously at their
> feet, grimacing into a notebook, or studying the walls closely as if
> in a mood of deep irritation.
> 			--- Douglas Adams, The Meaning of Liff
> 
> 
> -- 
> Haeufig gestellte Fragen und Antworten (FAQ): 
> http://www.de.debian.org/debian-user-german-FAQ/
> 
> Zum AUSTRAGEN schicken Sie eine Mail an debian-user-german-request@lists.debian.org
> mit dem Subject "unsubscribe". Probleme? Mail an listmaster@lists.debian.org (engl)
> 
> 

-- 
+-O . . . o . . . O . . . o . . . O . . .  ___  . . . O . . . o .-+
| Ein neuer Service von Links2Linux.de:   /  o\   RPMs for SuSE   |
| --> PackMan! <-- naeheres unter        |   __|   and  others    |
| http://packman.links2linux.de/ . . . O  \__\  . . . O . . . O . |



Reply to: