Ee Durbin
Ee Durbin
We have a mailgun account that's suitable as long as this will just be sending emails to distribution list on python.org! Let me know what you need from me @ezio-melotti
It seems the above workflow is ideal for new-bugs-announce, but I'd be very hesitant to implement a 1:1 send for the other list immediately. I'll get a PR set for...
See https://github.com/python/cpython/pull/32421, which should work after merge.
I can pull stats for current sending tomorrow early US/Eastern. BPO sends through PSF-infra mailgun account, which at least shields the wider python.org mail somewhat. I would also worry about...
In total bpo sent 59,529 emails in the last 90 days. Highest volume day was 1,373 on January 25, and lowest was 136 on December 25. Looks like average is...
> * Does a single mail sent to multiple people in cc/bcc still count as one? No, each recipient is considered a send. > * If a mail bounces, does...
Anything published to the public folder of get-virtualenv at https://github.com/pypa/get-virtualenv/tree/master/public will end up on bootstrap.pypa.io. I'm not sure how PyPI is involved.
That's still a decision for the virtualenv/get-virtualenv projects. If y'all would like to update get-virtualenv to publish those in the public folder, bootstrap.pypa.io will happily serve them :)
aha! :) that is much more actionable question. what would an ideal redirect look like?
OK, then I guess that's something like ```nginx location ~ ^/virtualenv-([0-9\.]+)/([0-9\.]+)/virtualenv.pyz$ { rewrite ^/virtualenv-([0-9\.]+)/([0-9\.]+)/virtualenv.pyz$ https://raw.githubusercontent.com/pypa/get-virtualenv/$1/public/$2/virtualenv.pyz; } ``` in the nginx config?