diff options
author | Gilles Chehade <gilles@cvs.openbsd.org> | 2015-10-28 07:25:31 +0000 |
---|---|---|
committer | Gilles Chehade <gilles@cvs.openbsd.org> | 2015-10-28 07:25:31 +0000 |
commit | 1ca35178afb461c4a4e77c80c52e0b77d1054e9b (patch) | |
tree | 51350431f236c82e16485aa4456968713c03c350 /usr.sbin/smtpd/smtpd.h | |
parent | 69e949ea0edcf6b38422184a174d7a235c1c50cc (diff) |
aliases support resolving to maildir:/path
ok sunil@ millert@
Diffstat (limited to 'usr.sbin/smtpd/smtpd.h')
-rw-r--r-- | usr.sbin/smtpd/smtpd.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpd.h b/usr.sbin/smtpd/smtpd.h index 57a6a7e1ffc..a7711d2f0e6 100644 --- a/usr.sbin/smtpd/smtpd.h +++ b/usr.sbin/smtpd/smtpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpd.h,v 1.480 2015/10/27 20:14:19 gilles Exp $ */ +/* $OpenBSD: smtpd.h,v 1.481 2015/10/28 07:25:30 gilles Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@poolp.org> @@ -431,7 +431,8 @@ enum expand_type { EXPAND_FILTER, EXPAND_INCLUDE, EXPAND_ADDRESS, - EXPAND_ERROR + EXPAND_ERROR, + EXPAND_MAILDIR }; struct expandnode { |