summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ragel/smtp_received.rl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ragel/smtp_received.rl b/src/ragel/smtp_received.rl
index 2ab5eb98d..cd912db4d 100644
--- a/src/ragel/smtp_received.rl
+++ b/src/ragel/smtp_received.rl
@@ -16,8 +16,8 @@
"ESMTPS"i %ESMTPS_proto |
"ESMTPA"i %ESMTPA_proto |
"ESMTPSA"i %ESMTPSA_proto |
- "LMTP" %LMTP_proto |
- "IMAP" %IMAP_proto |
+ "LMTP"i %LMTP_proto |
+ "IMAP"i %IMAP_proto |
Attdl_Protocol;
TCP_info = address_literal >Real_IP_Start %Real_IP_End |