RFE: new pattern modifier ~a
First, one has:
~L EXPR message is either originated or received by EXPR
I wonder why the pattern modifier isn't ~a (for "address").
Now, why not adding a new pattern modifier ~a, which could correspond
to any address in the envelope structure? This would currently be:
ADDRESS *return_path;
ADDRESS *from;
ADDRESS *to;
ADDRESS *cc;
ADDRESS *bcc;
ADDRESS *sender;
ADDRESS *reply_to;
ADDRESS *mail_followup_to;
Possibly make the list of considered fields configurable with a
variable.
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)