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