diff options
author | Gilles Chehade <gilles@cvs.openbsd.org> | 2008-11-25 15:58:15 +0000 |
---|---|---|
committer | Gilles Chehade <gilles@cvs.openbsd.org> | 2008-11-25 15:58:15 +0000 |
commit | eef59cf51871fdacde386f6a511284da2fcdcb0f (patch) | |
tree | 2c5e44b0d9c1ff416b410f38c1f3c6753dab5da5 /usr.sbin/smtpd | |
parent | 934654fbb8cbce221ed76dfde5e13954dd3dd960 (diff) |
- update email address for bug reports when replying to HELP
Diffstat (limited to 'usr.sbin/smtpd')
-rw-r--r-- | usr.sbin/smtpd/smtp_session.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtp_session.c b/usr.sbin/smtpd/smtp_session.c index ff9a3223f7e..103fb854ef5 100644 --- a/usr.sbin/smtpd/smtp_session.c +++ b/usr.sbin/smtpd/smtp_session.c @@ -1,4 +1,4 @@ -/* $OpenBSD: smtp_session.c,v 1.11 2008/11/25 15:55:13 gilles Exp $ */ +/* $OpenBSD: smtp_session.c,v 1.12 2008/11/25 15:58:14 gilles Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org> @@ -484,7 +484,7 @@ session_rfc5321_help_handler(struct session *s, char *args) evbuffer_add_printf(s->s_bev->output, "214- This is OpenSMTPD\r\n" "214- To report bugs in the implementation, please contact\r\n" - "214- bugs@poolp.org\r\n"); + "214- bugs@openbsd.org with full details\r\n"); evbuffer_add_printf(s->s_bev->output, "214 End of HELP info\r\n"); |