>> If you really want to do something that bold, at least limit it to the >> debian list (note, that list-id is a guess, check your headers): >> >> header __TD_DEB_LIST List-Id =~ /<debian-user.lists.debian.org>/ >> uri __TD_DOT_INFO m'^http://[^/]*\.info[/:?#]'i
On 02/18/2011 02:55 PM, Karsten Bräckelmann wrote: > Way better. And actually a uri rule. :) It's missing a bare domain URI, > though. The "end of the domain part" sub-RE alternatively should accept > the end of the string. > > / ... \.info(?:[/:?#]|$)/ If you're going to nit-pick, I'll correct its other minor bugs too: header __TD_DEB_LIST List-Id =~ /<debian-user\.lists\.debian\.org>/ uri __TD_DOT_INFO m'^http://[^/:?#]*\.info(?:[/:?#]|$)'i :-p
signature.asc
Description: OpenPGP digital signature