Bug 86045 - nntpcache xover filter won't work
Summary: nntpcache xover filter won't work
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-13 02:00 UTC by SANETO Takanori
Modified: 2005-09-13 22:05 UTC (History)
0 users

See Also:


Attachments
file.diff (536 bytes, patch)
2005-09-13 02:00 UTC, SANETO Takanori
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description SANETO Takanori 2005-09-13 02:00:30 UTC
      xover header filtering (From:, Subject:, Message-ID:, etc.) won't work.
xover_filter expect scope_header matches xover field name. in src/acc.c, while
reading filter file and assigning header name to scope_header, colon (":") in
header name has stripped off.
As xover field name has colon, they won't match.

Fix: Following patch should fix this.
How-To-Repeat:       put "filter" permission and filter file name to nntpcache.access, put
some "Header:" filter in filter file and see if it work.
Comment 1 SANETO Takanori 2005-09-13 02:21:05 UTC
I should have said that the version of nntpcache is 3.0.1 (latest
version in the ports).
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2005-09-13 22:05:09 UTC
State Changed
From-To: open->closed

Committed, thanks!