Search found 4 matches
- 30 Jul 2018, 19:18
- Forum: MailScanner
- Topic: Duplicate sub domains added to rules every day
- Replies: 5
- Views: 9898
Re: Duplicate sub domains added to rules every day
I actually did the work for you to find the bug. The problem is in this file: /usr/mscpanel/msbe.pl Line: 204, 220, 241, 262, and others. Double check all regular expressions. There could be others. The problem is that you have statements like this: foreach my $domain (keys %setdomains) { if ($ssr[$...
- 30 Jul 2018, 17:01
- Forum: MailScanner
- Topic: Duplicate sub domains added to rules every day
- Replies: 5
- Views: 9898
Re: Duplicate sub domains added to rules every day
Thanks for getting back to me, I took a look at both files and there are no duplicate lines or anything out of the ordinary. I think there is a bug.
- 08 Jul 2018, 17:11
- Forum: MailScanner
- Topic: Duplicate sub domains added to rules every day
- Replies: 5
- Views: 9898
Duplicate sub domains added to rules every day
Every day when the script looks for new domains or sub domains to add to the different rules like: spam.scanning.rules spam.action.rules spamhigh.action.rules virus.delivery.rules There is a particular subdomain that keeps getting added every day and is causing hundreds of duplicate entries in the a...
- 06 Feb 2015, 17:58
- Forum: MailScanner
- Topic: MailScanner Report removed from spam.whitelist.rules
- Replies: 3
- Views: 6807
Re: MailScanner Report removed from spam.whitelist.rules
Had this same issue with whatever lines I was adding to the spam.whitelist.rules being removed daily. Looked at the programming and the problem is this line like mentioned above: if (($swr[$x] =~ /\@([^\t\s\*]*)/) and ($swr[$x] !~ /^\#/)) { if (not $validdomains{$1} and ($1 ne "") and ($1 ...