- document the Debian default for DBOUNCEPROG in the manual page
- resurrect the 13-hardening patch, correcting a couple of
unchecked asprintf(3) and vasprintf(3) invocations
- - remove the 20-parse-recipient patch, implemented upstream in
- a different way
+ - the functionality of the 20-parse-recipient patch was implemented
+ upstream in a different way, so replace it with a small bugfix
- remove the 22-openfiles patch, overtaken by upstream changes
- in the 24-random-message-id patch, change the GNU Makefile, too
- add the 27-int-size patch to cast a variable to the correct type
--- /dev/null
+Description: Fix the parsing of recipient addresses.
+Origin: other: http://svn.ringlet.net/svn/ringlet/mail/dma/
+Forwarded: no
+Author: Peter Pentchev <roam@ringlet.net>
+Last-Update: 2010-06-28
+
+--- a/mail.c
++++ b/mail.c
+@@ -375,6 +375,7 @@
+
+ case '<':
+ ps->brackets = 1;
++ ps->pos = 0;
+ goto skip;
+
+ case '>':
11-double-bounce.patch
13-hardening.patch
17-mailname.patch
+20-parse-recipient.patch
23-dirent-d_type.patch
24-random-message-id.patch
25-unsupported-starttls.patch