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/

Antwort per Email an