Package: mutt
Version: 1.5.21-2
Severity: minor
From mutt's help:
| To mark all messages sent to a specific bug report's address on
| Debian's bug tracking system as list mail, for instance, you could say
|
| subscribe [0-9]*.*@bugs.debian.org
But this regex matches, amongst others, [email protected] and
[email protected]. It should be rather "[0-9].*@bugs.debian.org"
or "[0-9]+.*@bugs.debian.org".
--
Jakub Wilk
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]