This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit e22e7c6c2679e95be5c62475772cba3ad9d79722 Author: Raphael Ouazana <[email protected]> AuthorDate: Wed Jun 3 16:28:53 2020 +0200 JAMES-3200 Fix obsQp rule in MDN parser --- mdn/src/main/java/org/apache/james/mdn/MDNReportParser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdn/src/main/java/org/apache/james/mdn/MDNReportParser.java b/mdn/src/main/java/org/apache/james/mdn/MDNReportParser.java index 0a6c1f1..8db2e95 100644 --- a/mdn/src/main/java/org/apache/james/mdn/MDNReportParser.java +++ b/mdn/src/main/java/org/apache/james/mdn/MDNReportParser.java @@ -190,7 +190,7 @@ public class MDNReportParser { return Sequence( "\\", FirstOf( - Ch((char)0xd0), + Ch((char)0), obsCtext(), lf(), cr())); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
