From: Vsevolod Stakhov Date: Tue, 2 Jan 2018 17:33:10 +0000 (+0000) Subject: [Minor] Ignore case for imap/lmtp X-Git-Tag: 1.6.6~3^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0c5e8c70f10f792b611167c0400b00039ca370d8;p=rspamd.git [Minor] Ignore case for imap/lmtp --- 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 |