Skip to content

Commit

Permalink
Merge pull request #121 from flokli/fix-docs
Browse files Browse the repository at this point in the history
fix filter examples, semicolon missing
  • Loading branch information
flokli committed Feb 8, 2017
2 parents b19a88f + 7f7e1c1 commit 889a3b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/filters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@ Some examples are:
[HeaderMatchingFilter.2]
header = List-Id
pattern = <(?P<list_id>.*)>
tags = +lists +{list_id}
tags = +lists;+{list_id}
[HeaderMatchingFilter.3]
header = X-Redmine-Project
pattern = (?P<project>.*)
tags = +redmine +{project}
tags = +redmine;+{project}
SpamFilter and ListMailsFilter are implemented using HeaderMatchingFilter, and are
only slightly more complicated than the above examples.
Expand Down

0 comments on commit 889a3b9

Please sign in to comment.