From: Jordan G. <jo...@t1...> - 2015-08-12 23:48:55
|
Thanks for your quick reply Marius; I figured it out shortly after I sent the message :) Best, Jordan From: mar...@gm... [mailto:mar...@gm...] Sent: Wednesday, August 12, 2015 3:13 PM To: Jordan Goldman; pyz...@li... Subject: RE: Delisting help Hi Jordan, Pyzor works on message content. It doesn’t include (blacklist/whitelist) any server, ip, sender, domain etc. echo "3656cfdbe2819b0565e8765877913ad77a347840" | pyzor check -s digests public.pyzor.org:24441 (200, 'OK') 1 0 Test a different (normal) message and you should get zeros: Step 1 pyzor digest < normal-message.eml 000… …000 Step 2 echo "000… …000" | pyzor check -s digests public.pyzor.org:24441 (200, 'OK') 0 0 Regards, Marius From: Jordan Goldman Sent: Thursday, August 13, 2015 1:02 AM To: pyz...@li... <mailto:pyz...@li...> Subject: Delisting help Hi all, First, I apologize for having to send this to the mailing list, but I couldn’t find an alternate method of support. The forum link on the project page (http://sourceforge.net/mailarchive/forum.php) is broken. My email server appears to be listed in Pyzor and submitting a whitelist request results in “Digest does not match message” every time, even though I’m submitting the digest for the exact raw email that I’m attaching. How can I go about getting delisted? My email server is t16.net. # cat email.txt | pyzor digest 3656cfdbe2819b0565e8765877913ad77a347840 # pyzor digest < email.txt 3656cfdbe2819b0565e8765877913ad77a347840 email.txt is exactly what I’m uploading in the whitelist form. I appreciate any help you all can offer. Thanks! |