mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-06 09:57:57 +00:00
Send -bugs and -docs emails from noreply address
Sending from the submitters address runs afoul to DMARC and other restrictions. Instead, send the email from a defined noreply address. Instead, add the original submitter to both the Cc and the Reply-To header, to make sure they receive followups. Patch by Stephen, minor changes by Magnus
This commit is contained in:

committed by
Magnus Hagander

parent
48aadf6815
commit
dfd46afae4
@ -148,7 +148,9 @@ NOTIFICATION_FROM="someone@example.com" # Address to send notific
|
||||
NOREPLY_FROM="someone@example.com" # Address to send unverified messages from
|
||||
LISTSERVER_EMAIL="someone@example.com" # Address to majordomo
|
||||
BUGREPORT_EMAIL="someone@example.com" # Address to pgsql-bugs list
|
||||
BUGREPORT_NOREPLY_EMAIL="someone-noreply@example.com" # Address to no-reply pgsql-bugs address
|
||||
DOCSREPORT_EMAIL="someone@example.com" # Address to pgsql-docs list
|
||||
DOCSREPORT_NOREPLY_EMAIL="someone-noreply@example.com" # Address to no-reply pgsql-docs address
|
||||
FRONTEND_SERVERS=() # A tuple containing the *IP addresses* of all the
|
||||
# varnish frontend servers in use.
|
||||
FTP_MASTERS=() # A tuple containing the *IP addresses* of all machines
|
||||
|
Reference in New Issue
Block a user