Talk:SpamFiltering/@comment-213.125.23.194-20120827113551
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;