On Sun, 17 Apr 2022, Reio Remma wrote:
... and the same is true if I remove the space between the commas:
action "tones" mbox virtual { "[email protected]" = user1,user2 }
Did you try the exact example Gilles gave? With quoted { [email protected] =
"user1, user2"} ?
I just tried that ... and it works :) No syntax errors.
So I do *not* need to process "aliases" with multiple recipients in
procmail, I can do it right in smtpd.conf with:
action "tones" mbox virtual { "[email protected]" = "user1, user2" }
Thanks!