dpc22

Results 46 comments of dpc22

I ended up redirecting [email protected] to /dev/null, as I don't think that is actually used for anything real. I'm happy to put together a one line patch as a git...

Here's the patch that I propose though: [sympa-6.2.72-dpc_do_distribute.patch](https://github.com/sympa-community/sympa/files/14598953/sympa-6.2.72-dpc_do_distribute.patch)

Okay, I think that I have done this, although it took me some time to remember how pull requests work. https://github.com/sympa-community/sympa/pull/1818 I'm not a developer and I don't do this...

Exchange Online thought that it would be fun to bounce most incoming email for 5 hours yesterday afternoon. At least for our tenancy, but I gather that it was a...

``` bounce_address_subscriber | character varying(100) | bounce_score_subscriber | integer | bounce_subscriber | character varying(35) | ``` The following bit of SQL looks plausible: ``` UPDATE subscriber_table SET bounce_subscriber=NULL where bounce_subscriber...

Okay, it looks like the expire_bounce task should clean everything up automatically in 10 days time. I can wait that long and then decide if I want to re-enable the...