summaryrefslogtreecommitdiffstats
path: root/src/ragel/smtp_address.rl
diff options
context:
space:
mode:
Diffstat (limited to 'src/ragel/smtp_address.rl')
-rw-r--r--src/ragel/smtp_address.rl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ragel/smtp_address.rl b/src/ragel/smtp_address.rl
index 3c2a86ee6..fddafe59d 100644
--- a/src/ragel/smtp_address.rl
+++ b/src/ragel/smtp_address.rl
@@ -24,7 +24,7 @@
Atom = atext+;
Dot_string = Atom ("." Atom)*;
- QcontentSMTP = qtextSMTP | quoted_pairSMTP;
+ QcontentSMTP = qtextSMTP | quoted_pairSMTP %User_has_backslash;
Quoted_string = ( DQUOTE QcontentSMTP* >User_start %User_end DQUOTE ) %Quoted_addr;
Local_part = Dot_string >User_start %User_end | Quoted_string;
String = Atom | Quoted_string;