CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 17 Jul 2025 06:38:51 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20110812132018
location: https://web.archive.org/web/20110812132018/https://wiki.python.org/moin/Admin/Email
server-timing: captures_list;dur=0.816328, exclusion.robots;dur=0.026697, exclusion.robots.policy;dur=0.012212, esindex;dur=0.013247, cdx.remote;dur=7.825121, LoadShardBlock;dur=292.091804, PetaboxLoader3.datanode;dur=71.323480, PetaboxLoader3.resolve;dur=116.450356
x-app-server: wwwb-app213
x-ts: 302
x-tr: 331
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app213; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 17 Jul 2025 06:38:52 GMT
content-type: text/html; charset=utf-8
x-archive-orig-date: Fri, 12 Aug 2011 13:20:22 GMT
x-archive-orig-server: Apache/2.2.16 (Debian)
x-archive-orig-vary: Cookie,User-Agent,Accept-Language
x-archive-orig-set-cookie: MOIN_SESSION_80_ROOT_moin=e7c0bd5a41e5750b8f90b83c59ad4db435646242; expires=Fri, 12-Aug-2011 14:20:00 GMT; Max-Age=3600; Path=/
x-archive-orig-content-length: 10300
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 12 Aug 2011 13:20:18 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 12 Aug 2011 13:20:18 GMT", ; rel="memento"; datetime="Fri, 12 Aug 2011 13:20:18 GMT", ; rel="next memento"; datetime="Sat, 09 Jul 2022 08:28:05 GMT", ; rel="last memento"; datetime="Thu, 13 Jun 2024 13:21:14 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: WPO-20110812130121-crawl438/WPO-20110812131546-01741.warc.gz
server-timing: captures_list;dur=0.697492, exclusion.robots;dur=0.026029, exclusion.robots.policy;dur=0.012247, esindex;dur=0.013275, cdx.remote;dur=37.478549, LoadShardBlock;dur=218.801770, PetaboxLoader3.datanode;dur=162.147503, PetaboxLoader3.resolve;dur=220.621467, load_resource;dur=200.150143
x-app-server: wwwb-app213
x-ts: 200
x-tr: 500
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Admin/Email - PythonInfo Wiki
User
Mail and Mailman administration
/SpamBayes |
Skip says::
On mail.python.org I currently have Mailman running gate_news directly from /usr/local/src/mailman/mailman-bzr/cron/gate_news If you really wanted to you could fall back to the original version (it's commented out in Mailman's crontab) but given the popularity of the new reduced-spam mail version of python-list@python.org I suspect you'd be lynched if you did. (Or forced to eat nothing but Hormel meat products for the next month as the angry mob films the new documentary, "Super-Spam Me". As executing recently, line 197 & 198 of gate_news.py currently read hold_for_approval(mlist, msg, msgdata, LooksLikeSpam) raise _ContinueLoop I simply commented out the first line to disable holds on highly spammish posts. They should just be dropped on the floor now. Uncomment that line to restore the hold-all-spam-even-really-obvious-stuff behavior. Note that the next block below handles "unsure" posts. Those will still require moderator approval.
Admin/Email (last edited 2009-05-12 23:53:43 by SkipMontanaro)