diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-06-15 17:42:56 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-06-15 17:42:56 +0100 |
commit | 4cd5cfe03ca6b315ea35a89df9f32b12d37fe694 (patch) | |
tree | cabb7542f9618a83ca58fee755b6ee5e4f4f84b3 /src/ragel/smtp_received.rl | |
parent | f166c85751692f0a317b0eb129e6ed0557e281a4 (diff) | |
download | rspamd-4cd5cfe03ca6b315ea35a89df9f32b12d37fe694.tar.gz rspamd-4cd5cfe03ca6b315ea35a89df9f32b12d37fe694.zip |
[Feature] Add ESMTPSA received type
Diffstat (limited to 'src/ragel/smtp_received.rl')
-rw-r--r-- | src/ragel/smtp_received.rl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ragel/smtp_received.rl b/src/ragel/smtp_received.rl index dd2212de3..e005dcc9c 100644 --- a/src/ragel/smtp_received.rl +++ b/src/ragel/smtp_received.rl @@ -15,6 +15,7 @@ "SMTP" %SMTP_proto | "ESMTPS" %ESMTPS_proto | "ESMTPA" %ESMTPA_proto | + "ESMTPSA" %ESMTPSA_proto | "LMTP" %LMTP_proto | "IMAP" %IMAP_proto | Attdl_Protocol; |