aboutsummaryrefslogtreecommitdiffstats
path: root/sink.c
diff options
context:
space:
mode:
Diffstat (limited to 'sink.c')
-rw-r--r--sink.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sink.c b/sink.c
index 176f638c..1d379a5b 100644
--- a/sink.c
+++ b/sink.c
@@ -325,8 +325,8 @@ static int send_bouncemail(struct query *ctl, struct msgblk *msg,
}
/* our first duty is to keep the sacred foo counters turning... */
- snprintf(boundary, sizeof(boundary), "foo-mani-padme-hum-%d-%d-%ld",
- (int)getpid(), (int)getppid(), time((time_t *)NULL));
+ snprintf(boundary, sizeof(boundary), "foo-mani-padme-hum-%ld-%ld-%ld",
+ (long)getpid(), (long)getppid(), time(NULL));
if (outlevel >= O_VERBOSE)
report(stdout, GT_("SMTP: (bounce-message body)\n"));