Difference between revisions of "Talk:SpamFiltering/@comment-213.125.23.194-20120827113551"

From Request Tracker Wiki
Jump to navigation Jump to search
(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 !~ ...")
 
m (1 revision imported)
 

Latest revision as of 16:53, 6 April 2016

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;