Thread
-
changing my mail address
wambacher@posteo.de — 2018-03-17T15:45:06Z
Hi, how can i change my mail adress for the postgresql mailing lists? adding my new address worked, but how do i get rid of the old one? regards walter
-
Re: changing my mail address
Stephen Frost <sfrost@snowman.net> — 2018-03-17T15:51:48Z
Greetings, * wambacher@posteo.de (wambacher@posteo.de) wrote: > how can i change my mail adress for the postgresql mailing lists? adding my > new address worked, but how do i get rid of the old one? You'll need to change it on postgresql.org: https://www.postgresql.org/account/ Once you've done that, log out of all PG sites (possibly by deleteing cookies which you may have from them) and then log into postgresql.org first and then go to lists.postgresql.org and the update should be passed through. Thanks! Stephen
-
Re: changing my mail address
wambacher@posteo.de — 2018-03-17T15:56:48Z
thanks, got it. walter Am 17.03.2018 um 16:51 schrieb Stephen Frost: > Greetings, > > * wambacher@posteo.de (wambacher@posteo.de) wrote: >> how can i change my mail adress for the postgresql mailing lists? adding my >> new address worked, but how do i get rid of the old one? > You'll need to change it on postgresql.org: > > https://www.postgresql.org/account/ > > Once you've done that, log out of all PG sites (possibly by deleteing > cookies which you may have from them) and then log into postgresql.org > first and then go to lists.postgresql.org and the update should be > passed through. > > Thanks! > > Stephen -- [url=http://t1p.de/epnc]Emergency Map[/url], [url=http://t1p.de/t7xy]PLZ-Karte[/url], [url=http://t1p.de/d6hv]Fools[/url], [url=http://t1p.de/6ptd]Boundaries Map[/url], [url=http://t1p.de/huxb]Postcode Boundaries[/url], [url=http://t1p.de/mita]Missing Boundaries[/url], [url=http://t1p.de/0llz]@wambacher1[/url]
-
Re: changing my mail address
Ron Johnson <ron.l.johnson@cox.net> — 2018-03-17T17:13:16Z
On 03/17/2018 10:51 AM, Stephen Frost wrote: > Greetings, > > * wambacher@posteo.de (wambacher@posteo.de) wrote: >> how can i change my mail adress for the postgresql mailing lists? adding my >> new address worked, but how do i get rid of the old one? > You'll need to change it on postgresql.org: > > https://www.postgresql.org/account/ > > Once you've done that, log out of all PG sites (possibly by deleteing > cookies which you may have from them) and then log into postgresql.org > first and then go to lists.postgresql.org and the update should be > passed through. Sadly, https://www.postgresql.org/account/reset/ hasn't worked for me in yearss. -- Angular momentum makes the world go 'round.
-
Re: changing my mail address
Michelle Konzack <linux4michelle@tamay-dogan.net> — 2018-03-17T17:36:02Z
Am DATE hackte AUTHOR in die Tasten: wambacher@posteo.de > Hi, > > how can i change my mail adress for the postgresql mailing lists? > adding > my new address worked, but how do i get rid of the old one? Useing the List-Unsubscribe header from The Mailinglist? > regards > > walter -- Michelle Konzack Miila ITSystems @ TDnet GNU/Linux Developer 00372-54541400
-
Re: changing my mail address
Stephen Frost <sfrost@snowman.net> — 2018-03-17T18:08:39Z
Greetings, * Ron Johnson (ron.l.johnson@cox.net) wrote: > On 03/17/2018 10:51 AM, Stephen Frost wrote: > >Once you've done that, log out of all PG sites (possibly by deleteing > >cookies which you may have from them) and then log into postgresql.org > >first and then go to lists.postgresql.org and the update should be > >passed through. > > Sadly, https://www.postgresql.org/account/reset/ hasn't worked for me in yearss. That wasn't what the OP was asking about, but if you're having an issue there, then please explain exactly what you're trying to do and what issue you're seeing. We're happy to try and resolve any such issues. Thanks! Stephen
-
Re: changing my mail address
Ron Johnson <ron.l.johnson@cox.net> — 2018-03-17T18:31:11Z
On 03/17/2018 01:08 PM, Stephen Frost wrote: > Greetings, > > * Ron Johnson (ron.l.johnson@cox.net) wrote: >> On 03/17/2018 10:51 AM, Stephen Frost wrote: >>> Once you've done that, log out of all PG sites (possibly by deleteing >>> cookies which you may have from them) and then log into postgresql.org >>> first and then go to lists.postgresql.org and the update should be >>> passed through. >> Sadly, https://www.postgresql.org/account/reset/ hasn't worked for me in yearss. > That wasn't what the OP was asking about, but if you're having an issue > there, then please explain exactly what you're trying to do and what > issue you're seeing. We're happy to try and resolve any such issues. Having https://www.postgresql.org/account/reset/ send an password email to the address where I receive list emails hasn't worked for me in years. (Yes, I looked in the Spam folder, and the Inbox, and the folder where -general emails are filtered to.) When I'd stopped using PG for a while, the simplest solution was to send them to the Trash. -- Angular momentum makes the world go 'round.
-
Re: changing my mail address
Adrian Klaver <adrian.klaver@aklaver.com> — 2018-03-17T18:35:05Z
On 03/17/2018 11:31 AM, Ron Johnson wrote: > On 03/17/2018 01:08 PM, Stephen Frost wrote: >> Greetings, >> >> * Ron Johnson (ron.l.johnson@cox.net) wrote: >>> On 03/17/2018 10:51 AM, Stephen Frost wrote: >>>> Once you've done that, log out of all PG sites (possibly by deleteing >>>> cookies which you may have from them) and then log into postgresql.org >>>> first and then go to lists.postgresql.org and the update should be >>>> passed through. >>> Sadly, https://www.postgresql.org/account/reset/ hasn't worked for me >>> in yearss. >> That wasn't what the OP was asking about, but if you're having an issue >> there, then please explain exactly what you're trying to do and what >> issue you're seeing. We're happy to try and resolve any such issues. > > Having https://www.postgresql.org/account/reset/ send an password email > to the address where I receive list emails hasn't worked for me in > years. (Yes, I looked in the Spam folder, and the Inbox, and the folder > where -general emails are filtered to.) I just tried it and it worked for me: "You are receiving this e-mail because you requested a password reset for your PostgreSQL community account. Please go to the following page and choose a new password: https://www.postgresql.org/account/reset/ODIzMA-4uk-1d498cb7a2655b5e69ac/ Your username, in case you've forgotten, is aklaver. " > > When I'd stopped using PG for a while, the simplest solution was to send > them to the Trash. > > -- Adrian Klaver adrian.klaver@aklaver.com
-
Re: changing my mail address
Stephen Frost <sfrost@snowman.net> — 2018-03-18T13:38:22Z
Greetings Ron, * Ron Johnson (ron.l.johnson@cox.net) wrote: > On 03/17/2018 01:08 PM, Stephen Frost wrote: > >* Ron Johnson (ron.l.johnson@cox.net) wrote: > >>On 03/17/2018 10:51 AM, Stephen Frost wrote: > >>>Once you've done that, log out of all PG sites (possibly by deleteing > >>>cookies which you may have from them) and then log into postgresql.org > >>>first and then go to lists.postgresql.org and the update should be > >>>passed through. > >>Sadly, https://www.postgresql.org/account/reset/ hasn't worked for me in yearss. > >That wasn't what the OP was asking about, but if you're having an issue > >there, then please explain exactly what you're trying to do and what > >issue you're seeing. We're happy to try and resolve any such issues. > > Having https://www.postgresql.org/account/reset/ send an password email to > the address where I receive list emails hasn't worked for me in years. > (Yes, I looked in the Spam folder, and the Inbox, and the folder where > -general emails are filtered to.) If you could contact me off-list with exactly the email address you're using, we can look into it. Note that the account reset page will only work if you have an existing account and only for the (single) email address associated with that account. Other email addresses which are added through https://lists.postgresql.org are not actually able to be used to log into https://postgresql.org (at least, not yet.. maybe one day). > When I'd stopped using PG for a while, the simplest solution was to send > them to the Trash. These days, each email from the mailing list includes a link which can be used to unsubscribe from that list without having any account. Thanks! Stephen
-
Re: changing my mail address
Michael Paquier <michael@paquier.xyz> — 2018-03-18T13:54:35Z
On Sun, Mar 18, 2018 at 09:38:22AM -0400, Stephen Frost wrote: > These days, each email from the mailing list includes a link which can > be used to unsubscribe from that list without having any account. Yes. Ron, if you take the time to look at a raw email, just look for the field value of List-Unsubscribe and you are good to go. I don't know much how email clients parse that, but gmail actually shows that as a small button you can click on if I recall correctly. -- Michael