[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

CONFIRM s[0-9]*



Can we get the mailing list handler to bounce messages based on
something like:

perl -ne '
	$subj= /^Subject: *(.*) */;
	die "debian-devel is not debian-devel-request\n"
		if $subj=~/^CONFIRM s\d{14,16}$/;
	exit if $subj
	'

?

Thanks,

-- 
Raul


--  
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: