
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