Bug 86045

Summary: nntpcache xover filter won't work
Product: Ports & Packages Reporter: SANETO Takanori <sanewo>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!