From: Vsevolod Stakhov Date: Tue, 2 Jan 2018 17:33:10 +0000 (+0000) Subject: [Minor] Ignore case for imap/lmtp X-Git-Tag: 1.7.0~311 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c23dbde35c5a0a7c45f984a13fa4409624fe063;p=thirdparty%2Frspamd.git [Minor] Ignore case for imap/lmtp --- diff --git a/src/ragel/smtp_received.rl b/src/ragel/smtp_received.rl index 2ab5eb98d0..cd912db4d0 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 |