if subject has [spam], send to "SPAM" queue and *NO* autoresponse?

18 Aug
2004
18 Aug
'04
2:46 p.m.
hi, i have this rule: $Self->{'PostMaster::PreFilterModule'}->{'1-x_Spam'} = { Module => 'Kernel::System::PostMaster::Filter::Match', Match => { Subject => '^\[spam\].*$', }, Set => { 'X-OTRS-Queue' => 'x_SPAM', }, }; how do I also tell it not to autorespond if this rule matches? -- ; Jay Vaughan
7639
Age (days ago)
7639
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jay Vaughan