Skip to content

Conversation

@whyscream
Copy link
Owner

The POSTFIX_WARNING pattern did not match any lines that start with a postfix queue id, which resulted in an attempt of the POSTFIX_KEYVALUE pattern to handle the line.

Because of the typical whitespace before a url in the warning message, and the = character in the query parameters, this made the key-value parser create a postfix_http://example.org/something.html?arg (or similar) fieldname, which is illegal syntax.

Solved by fixing the POSTFIX_WARNING pattern to pickup the lines correctly.

@whyscream whyscream merged commit 4cfd166 into master Jun 9, 2016
@whyscream whyscream deleted the url-split-to-field-name branch June 9, 2016 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants