
8 Apr
2004
8 Apr
'04
7:12 a.m.
Hello OTRS Team , I am trying to delete/ignore some messages containing lets say: 'test for you' in the body. As far as I can see in the manual there is way to do that: 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, }, }; but here it is used the From or Subject field. Did anybody tried with "Body => 'bla bla bla' ? Does it work ? Regards, Daniel