diff options
| -rw-r--r-- | qmail-send.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmail-send.c b/qmail-send.c index 8eed423..caa5b39 100644 --- a/qmail-send.c +++ b/qmail-send.c | |||
| @@ -854,7 +854,7 @@ I tried to deliver a bounce message to this address, but the bounce bounced!\n\ | |||
| 854 | while (!newfield_datemake(birth)) nomem(); | 854 | while (!newfield_datemake(birth)) nomem(); |
| 855 | qmail_put(&qqt,newfield_date.s,newfield_date.len); | 855 | qmail_put(&qqt,newfield_date.s,newfield_date.len); |
| 856 | for (int i = 0; i < reciplist.len; ++i) { | 856 | for (int i = 0; i < reciplist.len; ++i) { |
| 857 | qmail_puts(&qqt,"\nOriginal-Recipient: rfc822; "); | 857 | qmail_puts(&qqt,"\nOriginal-Recipient: rfc822;"); |
| 858 | qmail_put(&qqt, reciplist.sa[i].s, reciplist.sa[i].len); | 858 | qmail_put(&qqt, reciplist.sa[i].s, reciplist.sa[i].len); |
| 859 | qmail_puts(&qqt,"Action: failed\n"); | 859 | qmail_puts(&qqt,"Action: failed\n"); |
| 860 | } | 860 | } |
