Search found 1 match

by steve
05 Nov 2014 13:11
Forum: How-to
Topic: Removing the report as spam link on whitelisted emails
Replies: 1
Views: 2675

Removing the report as spam link on whitelisted emails

I have modified the
/usr/lib/MailScanner/MailScanner/CustomFunctions/CustomAction.pm

file to avoid adding the mark as spam footer links if the address is whitelisted - thought I would share in case anyone else wanted to use it...

Starting at line 251
change
my($entity, $scannerheader, $clientip ...