11 Jan
2014
11 Jan
'14
11:23 a.m.
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