aboutsummaryrefslogtreecommitdiffstats
path: root/smtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'smtp.c')
-rw-r--r--smtp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/smtp.c b/smtp.c
index edb6e151..703b10fd 100644
--- a/smtp.c
+++ b/smtp.c
@@ -27,6 +27,9 @@ static struct opt extensions[] =
{"8BITMIME", ESMTP_8BITMIME},
{"SIZE", ESMTP_SIZE},
{"ETRN", ESMTP_ETRN},
+#ifdef ODMR_ENABLE
+ {"ATRN", ESMTP_ATRN},
+#endif /* ODMR_ENABLE */
{(char *)NULL, 0},
};