Skip to content

Commit c0d0e54

Browse files
committed
Replace references to mailinglists with @lists.postgresql.org
The namespace for all lists have changed a while ago, so all references should use the correct address.
1 parent 0e10040 commit c0d0e54

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

doc/src/sgml/installation.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1953,9 +1953,9 @@ export MANPATH
19531953
<para>
19541954
If you have installation problems on a platform that is known
19551955
to be supported according to recent build farm results, please report
1956-
it to <email>[email protected]</email>. If you are interested
1956+
it to <email>pgsql-bugs@lists.postgresql.org</email>. If you are interested
19571957
in porting <productname>PostgreSQL</productname> to a new platform,
1958-
<email>[email protected]</email> is the appropriate place
1958+
<email>pgsql-hackers@lists.postgresql.org</email> is the appropriate place
19591959
to discuss that.
19601960
</para>
19611961
</sect1>

doc/src/sgml/problems.sgml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296

297297
<para>
298298
In general, send bug reports to the bug report mailing list at
299-
<email>[email protected]</email>.
299+
<email>pgsql-bugs@lists.postgresql.org</email>.
300300
You are requested to use a descriptive subject for your email
301301
message, perhaps parts of the error message.
302302
</para>
@@ -306,7 +306,7 @@
306306
at the project's
307307
<ulink url="https://www.postgresql.org/">web site</ulink>.
308308
Entering a bug report this way causes it to be mailed to the
309-
<email>[email protected]</email> mailing list.
309+
<email>pgsql-bugs@lists.postgresql.org</email> mailing list.
310310
</para>
311311

312312
<para>
@@ -318,16 +318,16 @@
318318

319319
<para>
320320
Do not send bug reports to any of the user mailing lists, such as
321-
<email>[email protected]</email> or
322-
<email>[email protected]</email>.
321+
<email>pgsql-sql@lists.postgresql.org</email> or
322+
<email>pgsql-general@lists.postgresql.org</email>.
323323
These mailing lists are for answering
324324
user questions, and their subscribers normally do not wish to receive
325325
bug reports. More importantly, they are unlikely to fix them.
326326
</para>
327327

328328
<para>
329329
Also, please do <emphasis>not</emphasis> send reports to
330-
the developers' mailing list <email>[email protected]</email>.
330+
the developers' mailing list <email>pgsql-hackers@lists.postgresql.org</email>.
331331
This list is for discussing the
332332
development of <productname>PostgreSQL</productname>, and it would be nice
333333
if we could keep the bug reports separate. We might choose to take up a
@@ -337,14 +337,14 @@
337337

338338
<para>
339339
If you have a problem with the documentation, the best place to report it
340-
is the documentation mailing list <email>[email protected]</email>.
340+
is the documentation mailing list <email>pgsql-docs@lists.postgresql.org</email>.
341341
Please be specific about what part of the documentation you are unhappy
342342
with.
343343
</para>
344344

345345
<para>
346346
If your bug is a portability problem on a non-supported platform,
347-
send mail to <email>[email protected]</email>,
347+
send mail to <email>pgsql-hackers@lists.postgresql.org</email>,
348348
so we (and you) can work on
349349
porting <productname>PostgreSQL</productname> to your platform.
350350
</para>

doc/src/sgml/stylesheet-hh.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<xsl:param name="make.valid.html" select="1"></xsl:param>
1616
<xsl:param name="generate.id.attributes" select="1"></xsl:param>
1717
<xsl:param name="generate.legalnotice.link" select="1"></xsl:param>
18-
<xsl:param name="link.mailto.url">[email protected]</xsl:param>
18+
<xsl:param name="link.mailto.url">pgsql-docs@lists.postgresql.org</xsl:param>
1919
<xsl:param name="chunker.output.indent" select="'yes'"/>
2020
<xsl:param name="chunk.quietly" select="1"></xsl:param>
2121

doc/src/sgml/stylesheet-html-common.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!-- Parameters -->
1515
<xsl:param name="make.valid.html" select="1"></xsl:param>
1616
<xsl:param name="generate.id.attributes" select="1"></xsl:param>
17-
<xsl:param name="link.mailto.url">[email protected]</xsl:param>
17+
<xsl:param name="link.mailto.url">pgsql-docs@lists.postgresql.org</xsl:param>
1818
<xsl:param name="toc.max.depth">2</xsl:param>
1919

2020

doc/src/sgml/xml2.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
you are encouraged to try converting your applications. If you
2626
find that some of the functionality of this module is not
2727
available in an adequate form with the newer API, please explain
28-
your issue to <email>[email protected]</email> so that the deficiency
28+
your issue to <email>pgsql-hackers@lists.postgresql.org</email> so that the deficiency
2929
can be addressed.
3030
</para>
3131
</sect2>

0 commit comments

Comments
 (0)