Tested with version 3.22-26 (Debian 11).
When using a recipe like the following:
LOGFILE=/home/myuser/.procmail-log
VERBOSE=yes
:0
* ^Subject: Numericvalue:[0-9]{5}$
|mail/Othermbox
mails successfully tested with egrep don't match in procmail. Single or double-escaping the curly braces also doesn't work.
procmail: No match on "^Subject: Numericvalue:[0-9]{5}$"
Poking in the dark: Could it be that the recognition of curly braces clashes with grouping of rules also using curly braces?
Tested with version 3.22-26 (Debian 11).
When using a recipe like the following:
mails successfully tested with
egrepdon't match in procmail. Single or double-escaping the curly braces also doesn't work.Poking in the dark: Could it be that the recognition of curly braces clashes with grouping of rules also using curly braces?