Hallo Timo,

Auf den ersten Blick kann ich nur feststellen, dass du "yes" mal mit großem
"Y", mal komplett groß oder auch mal komplett klein schreibst.
Veruch's mal mit einer einheitlichen Schreibweise, vielleicht hilft das
schon weiter.
In der dritten Regel fehlt noch, nach was er matchen soll. Da sollte es dann
heissen: 

        $Self->{'PostMaster::PreFilterModule'}->{'1-Match'} = {
                Module => 'Kernel::System::PostMaster::Filter::Match',
                Match => {
                      Subject => '*****SPAM*****'   => 'yes',
                },
                Set => {
                        'X-OTRS-Ignore' => 'yes',
                },
        };

Gruß,

    Markus Rücker

--

((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg

http://www.otrs.de/ :: Manage your communication! 

 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Timo Mankartz
> Sent: Monday, April 11, 2005 11:59 AM
> To: otrs-de@otrs.org
> Subject: [otrs-de] SPAM / Kernel::System::PostMaster::Filter::Match 
> 
> 
> Hallo Liste,
> 
> wir sind am Rand der Verzweifelung angelangt ;)
> Unser OTRS sortiert einfach keinen SPAM mehr aus.
> 
> Folgende Vorgehensweise:
> -> email incoming
> ---> spamassassin
> ---> AV
> -> pop
> --> OTRS
> 
> Alle eMails werden mittels Spamassassin gekennzeichnet.
> Subject: *****SPAM***** XYZ
> [...]
> X-Spam-Level: ***********
> [...]
> X-Spam-Status: Yes [...]
> 
> 
> Wir haben hier folgende Optionen getestet:
> 
>       $Self->{'PostMaster::PreFilterModule'}->{'1-SpamAssassin'} = {
>       Module => 'Kernel::System::PostMaster::Filter::CMD',
>       CMD => 'grep -i "X-Spam-Flag: YES"',
>       Set => {
>              'X-OTRS-Ignore' => 'yes',
>              },
>       };
> --------------------------------------------------------
> --------------------------------------------------------
>       $Self->{'PostMaster::PreFilterModule'}->{'1-Match'} = {
>               Module => 'Kernel::System::PostMaster::Filter::Match',
>               Match => {
>                     'X-Spam-Flag'   => 'yes',
>               },
>               Set => {
>                       'X-OTRS-Ignore' => 'yes',
>               },
>       };
> --------------------------------------------------------
> --------------------------------------------------------
>       $Self->{'PostMaster::PreFilterModule'}->{'1-Match'} = {
>               Module => 'Kernel::System::PostMaster::Filter::Match',
>               Match => {
>                     '*****SPAM*****'   => 'yes',
>               },
>               Set => {
>                       'X-OTRS-Ignore' => 'yes',
>               },
>       };
> 
> 
> Keiner der o.g. Optionen greift.
> Vielleicht hat ja jemand von Euch noch einen Tip.
> 
> Grüsse und Danke
> Timo Mankartz
> _______________________________________________
> OTRS Mailingliste: otrs-de - Webpage: http://otrs.org/
> Archiv: http://lists.otrs.org/pipermail/otrs-de/
> Listenabo verwalten: http://lists.otrs.org/cgi-bin/listinfo/otrs-de/
> Support oder Consulting fuer Ihr OTRS System? =http://www.otrs.de/
> 


_______________________________________________
OTRS Mailingliste: otrs-de - Webpage: http://otrs.org/
Archiv: http://lists.otrs.org/pipermail/otrs-de/
Listenabo verwalten: http://lists.otrs.org/cgi-bin/listinfo/otrs-de/
Support oder Consulting fuer Ihr OTRS System?
=> http://www.otrs.de/

Antwort per Email an