
Lars Monsees schrieb:
OTRS Version ist 1.1.3 (nur Testrechner)
Bingo. Die Filter gibt's erst seit der 1.2.0 beta1: - (2003/11/01) added PostMaster(POP3).pl filter options like procmail. Example for Kernel/Config.pm: # Job Name: 1-Match # (block/ignore all spam email with From: noreply@) $Self->{'PostMaster::PreFilterModule'}->{'1-Match'} = { Module => 'Kernel::System::PostMaster::Filter::Match', Match => { From => 'noreply@', }, Set => { 'X-OTRS-Ignore' => 'yes', }, }; Available modules are Kernel::System::PostMaster::Filter::Match and Kernel::System::PostMaster::Filter::CMD. See more to use it on http://doc.otrs.org/. Gruß, Robert Kehl