diff options
Diffstat (limited to 'smtp.c')
-rw-r--r-- | smtp.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ static struct opt extensions[] = { {"8BITMIME", ESMTP_8BITMIME}, {"SIZE", ESMTP_SIZE}, + {"ETRN", ESMTP_ETRN}, {(char *)NULL, 0}, }; |