
25 Nov
2020
25 Nov
'20
11:05 a.m.
On 2020-11-24 22:51, Zhiliang Hu wrote:
# Experimenting :0 c *$ ^^From[^:].*\/$S.* { H_From_ = "$MATCH" }
:0 c *$ ^From:.*\/$S.* { H_From = "$MATCH" }
LOG="TESTING: $H_From_ .. $H_From $NL"
That c-flag looks weird to me. Why create a copy? Be aware that $S is set in https://rvtol.home.xs4all.nl/procmail/basic/pm/globals.inc like this: S = "[^$SPC$t]" # non-whitespace (Perl \S) I would just include the needed .inc's, and work from there. -- Ruud