Talk:SpamFiltering/@comment-213.125.23.194-20120827113551

From Request Tracker Wiki
Revision as of 07:35, 27 August 2012 by 213.125.23.194 (talk) (Created page with "Is it also possible to filter tickets based on certain words in the mail subject? Like: my $filtertag = $inSubject->GetSubject('TAG TO FILTER'); return ( $spamLevel !~ ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Is it also possible to filter tickets based on certain words in the mail subject? Like:


 my $filtertag = $inSubject->GetSubject('TAG TO FILTER');
 return ( $spamLevel !~ /$match/i ) ? 0 : 1;