On Tue, Oct 20, 2020 at 07:09:11PM +0200, Pau wrote:
send-hook '~t <ad...@dddd.cn>' 'my_hdr Reply-To: Pau <xxx...@xxx.de>'

but it is blank... what am I doing wrong?

Try something like:
  send-hook '~t ^adddd@dddd\.cn$' 'my_hdr Reply-To: Pau <xxx...@xxx.de>'

Address patterns only match against the email address when used in hooks.

In some contexts, such as searching, limiting, and interactive pattern commands, they will also match against the personal field, but not at the same time: the angle bracket delimiters shouldn't be used.

--
Kevin J. McCarthy
GPG Fingerprint: 8975 A9B3 3AA3 7910 385C  5308 ADEF 7684 8031 6BDA

Attachment: signature.asc
Description: PGP signature

Reply via email to