You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once send_message has optional flags to set bounce, hide_sender, etc., then it should be refactored to check that all recipients are valid USER IDs (can leave nicknames / mailing lists until later, since there is no means yet to manipulate these entries).
If any recipient is invalid, the message should not be sent. Instead, a bounce message should be crafted, where the message:
has the original sender as the recipient
has a from name of "PRODIGY SERVICE"
has a subject of "Return to Sender"
has the original message body
has the bounce flag set
has the hide_sender flag set
has all original recipients as original_recipients
The text was updated successfully, but these errors were encountered:
Once
send_message
has optional flags to setbounce
,hide_sender
, etc., then it should be refactored to check that all recipients are valid USER IDs (can leave nicknames / mailing lists until later, since there is no means yet to manipulate these entries).If any recipient is invalid, the message should not be sent. Instead, a bounce message should be crafted, where the message:
bounce
flag sethide_sender
flag setoriginal_recipients
The text was updated successfully, but these errors were encountered: