Hi,
during migration and testing an e-mail system coming from Enterprise
Linux 8 to 9 it turned out that EL9 has no longer "mailx" but "s-nail"
packaged.
And the behavior regarding verp delimiter "+" support is different,
"s-nail" is missing it.
EL8:
$ rpm -qf $(which mail)
mailx-12.5-29.el8.x86_64
$ echo "Test" | mail -s "Test" account+sub
=> delivery is working
EL9:
$ rpm -qf $(which mail)
s-nail-14.9.22-6.el9.x86_64
$ echo "Test" | mail -s "Test" account+sub
s-nail: account+sub is an invalid alias name
s-nail: No recipients specified
/root/dead.letter 3/41
s-nail: ... message not sent
=> not able to send to such recipient
Any hints how to test with "s-nail" recipients containing verp delimiter
"+"?
Regards,
Peter