diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-05-06 19:55:17 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-05-06 19:55:17 +0100 |
commit | 43ba45ce62100bc1dbc9b04b5d869f59026783f5 (patch) | |
tree | f2f6692465692c0f13adef405af02910eea7e699 /doc/doc-txt/NewStuff | |
parent | 2a53e2464bfa1a831f544ed44d3690e5c22259a5 (diff) |
Numeric variable returns
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r-- | doc/doc-txt/NewStuff | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 493244ff1..cf142afb6 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -63,6 +63,11 @@ Version 4.94 19. bounce_message_file and warn_message_file are now expanded before use. +20. $domain_data and $localpart_data are now set by all list-match successes. + Previously only list items that performed lookups did so. + Also, matching list items that are tail-match or RE-match now set the + numeric variables $0 (etc) in the same way os other RE matches. + Version 4.93 |