[Rspamd] Use empty-env-from@localhost as placeholder for empty env from senders in quarantine
parent
ac454ea870
commit
65aa7b0a92
|
@ -63,8 +63,8 @@ $symbols = $headers['X-Rspamd-Symbols'];
|
|||
$raw_size = (int)$_SERVER['CONTENT_LENGTH'];
|
||||
|
||||
if (empty($sender)) {
|
||||
error_log("QUARANTINE: Unknown sender, assuming null@localhost");
|
||||
$sender = 'null@localhost';
|
||||
error_log("QUARANTINE: Unknown sender, assuming empty-env-from@localhost");
|
||||
$sender = 'empty-env-from@localhost';
|
||||
}
|
||||
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue