Filter emails with empty subject

26 Mar
2008
26 Mar
'08
7:23 a.m.
I want to return any emails with an empty subject with otrs. Currently, I have something like this in Config.pm: $Self->{'PostMaster::PreFilterModule'}->{'1-Match'} = { Module => 'Kernel::System::PostMaster::Filter::Match', Match => { Subject => '', }, Set => { 'X-OTRS-Ignore' => 'yes', }, However, messages still come through to OTRS and are allocated a ticket number. Should I be doing this filtering with OTRS, or with something else like procmail? Regards, Dan
6323
Age (days ago)
6323
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dan Irwin