[Rspamd] Moore Pushover fixes

This commit is contained in:
andryyy 2020-04-16 15:42:57 +02:00
parent 6efe0d5aab
commit 7fa10cc3b4
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF

View File

@ -54,6 +54,7 @@ function pushover($_action, $_data = null) {
unset($senders[$i]); unset($senders[$i]);
continue; continue;
} }
$senders[$i] = preg_replace('/\.(?=.*?@gmail\.com$)/', '$1', $sender);
} }
$senders = array_filter($senders); $senders = array_filter($senders);
if (empty($senders)) { $senders = ''; } if (empty($senders)) { $senders = ''; }