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
Prevent uppercase letters in usernames so postfix doesn't fail to redirect mail (due to it changing all emails to lowercase before checking users). Only was an issue for PB redirects because that's all we use postfix for right now, may be a larger issue once we do mailman migration.
# (added 1/23/25 by blakeh) to fix pb mailing list forwarding with postfix because it breaks with capitalized usernames
n.drea: [email protected]
potatoaad: [email protected]
The text was updated successfully, but these errors were encountered:
Prevent uppercase letters in usernames so postfix doesn't fail to redirect mail (due to it changing all emails to lowercase before checking users). Only was an issue for PB redirects because that's all we use postfix for right now, may be a larger issue once we do mailman migration.
See conversation here for details: https://discord.com/channels/784902200102354985/1300627201607204884/1332229183404904449
Here's the temp fix I did
The text was updated successfully, but these errors were encountered: