perl filter/cleanfeed error ...

Dickon Hood dickon.hood at bbc.co.uk
Wed Jul 4 16:28:36 UTC 2001


On Wed, Jul 04, 2001 at 13:10:21 -0300, The Hermit Hacker wrote:

: Can someone explain this one to me?  It *looks* okay in the config file,
: from what I can tell :(

: Perl function filter_art died: /^alt\.binaires|sexzilla|*early*teen*|*lolita*|*pedo*|*pre*teen*|/: ?+*{} follows nothing in regexp at /news/admin/bin/filter/filter_innd.pl line 554

'*' means 'at least zero of the last character'; you've not specified any
last characters at the start (for example) of '*early*teen'.  ITYM:

/^alt\.binaires|sexzilla|.*early.*teen.*|.*lolita.*|.*pedo.*|.*pre.*teen.*/o;

or somesuch.

-- 
Dickon Hood

BBC Internet Services,
Kingswood Warren.
(+44 1737 8)39754.  Mail me.  Don't phone if possible.  Ta.


More information about the inn-workers mailing list