Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter::Regexp now works on each entry as intended #8

Merged
merged 1 commit into from Oct 8, 2014

Conversation

tsibley
Copy link
Contributor

@tsibley tsibley commented May 19, 2012

Encode::decode overwrites the source string when FB_CROAK is used as the
CHECK flag. This sets the 'regex' config value to an empty string after
processing the first entry, which means the regex never runs on
subsequent entries. Adding LEAVE_SRC to the CHECK flag ensures the
plugin's config data isn't touched.

Encode::decode overwrites the source string when FB_CROAK is used as the
CHECK flag.  This sets the 'regex' config value to an empty string after
processing the first entry, which means the regex never runs on
subsequent entries.  Adding LEAVE_SRC to the CHECK flag ensures the
plugin's config data isn't touched.
miyagawa added a commit that referenced this pull request Oct 8, 2014
Filter::Regexp now works on each entry as intended
@miyagawa miyagawa merged commit b28528d into miyagawa:master Oct 8, 2014
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.

None yet

2 participants