Control of Perl filtering in readers.conf
Jeffrey M. Vinocur
jeff at litech.org
Thu Dec 12 17:40:04 UTC 2002
On Thu, 12 Dec 2002, Andrew Stribblehill wrote:
> The Fine Manpage for readers.conf says that if we set 'perlfilter:
> false' then perl filtering is disabled.
Huh. Yeah, it seems that nobody ever implemented that. Heh.
Ok, equivalent patch committed.
- if ((p = HandleHeaders(article)) != NULL) {
+ p = PERMaccessconf->nnrpdperlfilter ? HandleHeaders(article) : NULL;
+ if (p != NULL) {
--
Jeffrey M. Vinocur
jeff at litech.org
More information about the inn-bugs
mailing list