aboutsummaryrefslogtreecommitdiffstats
path: root/src/ragel/smtp_received.rl
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-06-15 09:21:03 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-06-15 09:21:03 +0100
commit9aad3e020ba34916fd680fc157923d5d6906e1a2 (patch)
tree6a8a245d7be35a2c0dff1d689c78decb3fbf96b6 /src/ragel/smtp_received.rl
parent5a70a9191f3d0901f03372fabec66634618c91a4 (diff)
downloadrspamd-9aad3e020ba34916fd680fc157923d5d6906e1a2.tar.gz
rspamd-9aad3e020ba34916fd680fc157923d5d6906e1a2.zip
[Feature] Parse received timestamp
Diffstat (limited to 'src/ragel/smtp_received.rl')
-rw-r--r--src/ragel/smtp_received.rl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ragel/smtp_received.rl b/src/ragel/smtp_received.rl
index 02e850c9b..8e1825855 100644
--- a/src/ragel/smtp_received.rl
+++ b/src/ragel/smtp_received.rl
@@ -40,6 +40,6 @@
For = CFWS "FOR"i FWS ( Path | Mailbox ) %For_End;
Additional_Registered_Clauses = CFWS Atom FWS String;
Opt_info = Via? With? ID? For? Additional_Registered_Clauses?;
- Received = From_domain By_domain Opt_info CFWS? ";" FWS date_time >Date_Start %Date_End;
+ Received = From_domain By_domain Opt_info CFWS? ";" FWS date_time >Date_Start %Date_End CFWS?;
}%%