[aur-dev] No recipient addresses found in message header
Hi, I see a couple of these errors in our log. I assume we try to send a mail without any or an empty recipient.
postfix/sendmail[3523]: fatal: php-aur(992): No recipient addresses found in message header
-- Pierre Schmitz, https://pierre-schmitz.com
On Mon, 18 Nov 2013 at 13:07:34, Pierre Schmitz wrote:
Hi,
I see a couple of these errors in our log. I assume we try to send a mail without any or an empty recipient.
postfix/sendmail[3523]: fatal: php-aur(992): No recipient addresses found in message header
This is pretty weird. I think FS#37327 [1] might be related. I have no idea how this can happen, though. The relevant code line [2] looks like this: @mail('undisclosed-recipients: ;', "AUR Comment for " . $row['Name'], $body, $headers);
-- Pierre Schmitz, https://pierre-schmitz.com
[1] https://bugs.archlinux.org/task/37327 [2] https://projects.archlinux.org/aur.git/tree/web/lib/pkgfuncs.inc.php#n287
On Sat, 11 Jan 2014 at 12:23:23, Lukas Fleischer wrote:
On Mon, 18 Nov 2013 at 13:07:34, Pierre Schmitz wrote:
Hi,
I see a couple of these errors in our log. I assume we try to send a mail without any or an empty recipient.
postfix/sendmail[3523]: fatal: php-aur(992): No recipient addresses found in message header
This is pretty weird. I think FS#37327 [1] might be related. I have no idea how this can happen, though. The relevant code line [2] looks like this:
@mail('undisclosed-recipients: ;', "AUR Comment for " . $row['Name'], $body, $headers);
Ok, looks like FS#37327 is unrelated (see last comment). I hope this is fixed by commit cc490ce (passreset.php: Error out if e-mail is empty, 2014-01-08).
-- Pierre Schmitz, https://pierre-schmitz.com
[1] https://bugs.archlinux.org/task/37327 [2] https://projects.archlinux.org/aur.git/tree/web/lib/pkgfuncs.inc.php#n287
participants (2)
-
Lukas Fleischer
-
Pierre Schmitz