Hello Aron,
On Monday, March 3, 2008 at 9:01:31 -0500, Aron Griffis wrote:
>| subscribe mutt-dev@
Note that this pre-1.5.6-like syntax is guaranteed to provide false
positives. One should now better write as strict as possible regexps:
| subscribe ^mutt-dev@mutt\\.org$
| send-hook '~C ^mutt-dev@mutt\.org$'
Bye! Alain.