1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-07-29 22:41:11 +03:00

composer format time

This commit is contained in:
David Goodwin
2020-08-13 15:27:47 +01:00
parent 5bd5bdc25b
commit 12f68a6e3a
3 changed files with 7 additions and 15 deletions

View File

@ -401,7 +401,7 @@ class AliasHandler extends PFAHandler {
$errors[] = "$singlegoto: $email_check";
}
}
if($this->called_by != "MailboxHandler" && $this->id == $singlegoto) {
if ($this->called_by != "MailboxHandler" && $this->id == $singlegoto) {
// The MailboxHandler needs to create an alias that points to itself (for the mailbox)
// Otherwise, disallow such aliases as they cause severe trouble in the mail system
$errors[] = "$singlegoto: " . Config::Lang('alias_points_to_itself');