This happened for Bcc only messages. "undisclosed-recipients" is added
in To: as guard against MTAs that leak BCCs if no To:/Cc: header is
given. See Debian #529090.
+2009-05-31 13:19 +0200 Rocco Rutte <pdmef@gmx.net> (9594f10d2038)
+
+ * init.h: Document that $pager_context affects searching, too
+
+2009-05-31 13:00 +0200 Rocco Rutte <pdmef@gmx.net> (d5065254c2f1)
+
+ * ChangeLog, UPDATING: Update UPDATING
+
2009-05-31 12:54 +0200 Rocco Rutte <pdmef@gmx.net> (fdaed73dd66a)
* handler.c: Turn trailing \r\n to \n for qp-encoded messages.
while (a)
{
+ if (!a->mailbox || ascii_strcasecmp (a->mailbox,
+ "undisclosed-recipients") == 0)
+ {
+ a = a->next;
+ continue;
+ }
if (mutt_bit_isset (Capabilities, DSN) && DsnNotify)
snprintf (buf, sizeof (buf), "RCPT TO:<%s> NOTIFY=%s\r\n",
a->mailbox, DsnNotify);