summaryrefslogtreecommitdiff
path: root/mail/dma/files/patch-mail.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/dma/files/patch-mail.c')
-rw-r--r--mail/dma/files/patch-mail.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/dma/files/patch-mail.c b/mail/dma/files/patch-mail.c
new file mode 100644
index 000000000000..1c43e7f575fc
--- /dev/null
+++ b/mail/dma/files/patch-mail.c
@@ -0,0 +1,11 @@
+--- ./mail.c.orig 2010-10-04 21:03:33.000000000 +0200
++++ ./mail.c 2010-10-18 13:34:03.222470911 +0200
+@@ -415,7 +415,7 @@
+ snprintf(line, sizeof(line), "Message-Id: <%"PRIxMAX".%s.%"PRIxMAX"@%s>\n",
+ (uintmax_t)time(NULL),
+ queue->id,
+- random(),
++ (uintmax_t)random(),
+ hostname());
+ } else if (!had_from) {
+ had_from = 1;