#3514: bogus regexp for BTS subscription ------------------------------+--------------------------------------------- Reporter: antonio@… | Owner: mutt-dev Type: defect | Status: new Priority: trivial | Milestone: Component: mutt | Version: 1.5.21 Keywords: patch | ------------------------------+--------------------------------------------- Forwarding from http://bugs.debian.org/611412
{{{ The manual reports a bad regexp for Debian bugs in BTS: subscribe [0-9]*.*@bugs.debian.org But this regex matches, amongst others, sub...@bugs.debian.org and cont...@bugs.debian.org. The new proposed regexp is: subscribe [0-9]+.*@bugs.debian.org The attached patch fixes the problem }}} -- Ticket URL: <http://dev.mutt.org/trac/ticket/3514> Mutt <http://www.mutt.org/> The Mutt mail user agent -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org