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

Generate a warning when a search query includes a colon for something other than an attachment #11

Closed
ericpruitt opened this issue Dec 27, 2017 · 1 comment

Comments

@ericpruitt
Copy link

Colons are not considered word characters, so most tables will never have ":" in its token list. Attachment filenames are the only exception to this; they bypass the usual tokenization logic.

I will fix this as part of my pull request for rc0#13 because the new pattern it will introduce uses colons to delineate header names.

@ericpruitt
Copy link
Author

I closed my pull request since it didn't seem to be getting any attention, but I noticed there's been a couple of recent commits, so I'm commenting on this issue in hopes that you (@vandry) will have time to review my changes in #12.

vandry pushed a commit that referenced this issue Jan 1, 2022
Parse out the examples from the config man page, then run them through
the config parser to make sure that they at least parse correctly.  It's
embarrassing to have mistakes in the example configs!

Also fix the missing "apply-" in the example configuration for
dns-servers in the DHCP configuration.  (Fixes: #11)
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 a pull request may close this issue.

1 participant