replace_rcpt for outgoing email #525
-
Apologies for bringing this up again. I'm trying to apply the change you mentioned in #419, but am uncertain exactly how the |
Beta Was this translation helpful? Give feedback.
Answered by
nickersonm
Aug 8, 2022
Replies: 1 comment 4 replies
-
If you put it in |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
Nairou
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you put it in
local_rewrites
, then in theauthorize_sender
section the 'from' address will be transformed according to the regexp rule before checking if it's a valid sender. See the examples here, or alternatively use a database query as shown here.