diff options
author | Gilles Chehade <gilles@cvs.openbsd.org> | 2015-12-01 09:39:08 +0000 |
---|---|---|
committer | Gilles Chehade <gilles@cvs.openbsd.org> | 2015-12-01 09:39:08 +0000 |
commit | 5e48019ecb831081eb58c7842321b0a5184b2456 (patch) | |
tree | 07f280c8db65f96f7f3854749ae37857bc142c95 /usr.sbin | |
parent | c2da38110a3867f494eacd8541093391e5028f6d (diff) |
add IMSG_SMTP_CHECK_SENDER in preparation for another diff
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/smtpd/smtpd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/smtpd.h b/usr.sbin/smtpd/smtpd.h index 695fe7743cb..85a416c41b3 100644 --- a/usr.sbin/smtpd/smtpd.h +++ b/usr.sbin/smtpd/smtpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpd.h,v 1.490 2015/12/01 09:33:17 gilles Exp $ */ +/* $OpenBSD: smtpd.h,v 1.491 2015/12/01 09:39:07 gilles Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@poolp.org> @@ -279,6 +279,7 @@ enum imsg_type { IMSG_SMTP_MESSAGE_CREATE, IMSG_SMTP_MESSAGE_ROLLBACK, IMSG_SMTP_MESSAGE_OPEN, + IMSG_SMTP_CHECK_SENDER, IMSG_SMTP_EXPAND_RCPT, IMSG_SMTP_LOOKUP_HELO, IMSG_SMTP_TLS_INIT, |