Re: RBL format to blacklist email addresses?

2015-07-29 Thread John Hardin
On Thu, 30 Jul 2015, Reindl Harald wrote: Am 30.07.2015 um 02:16 schrieb John Hardin: On Wed, 29 Jul 2015, Bill Cole wrote: > On 29 Jul 2015, at 18:56, David B Funk wrote: > > > IE the DNS system is always case-insensitive > The difference between DNS being specified as case-insensit

Re: RBL format to blacklist email addresses?

2015-07-29 Thread Bill Cole
On 29 Jul 2015, at 20:16, John Hardin wrote: On Wed, 29 Jul 2015, Bill Cole wrote: On 29 Jul 2015, at 18:56, David B Funk wrote: IE the DNS system is always case-insensitive ... The difference between DNS being specified as case-insensitive ...which restores my question about collision

Re: RBL format to blacklist email addresses?

2015-07-29 Thread Dianne Skoll
On Thu, 30 Jul 2015 01:56:08 +0200 Reindl Harald wrote: > * no mailserver on this world treats the local part case-sensitive Well possibly, but that doesn't apply to all mail-handling software. Mail::SRS originally treated the local part case-sensitively, but it had to weaken the protection

Re: Hashcash not working

2015-07-29 Thread RW
On 29 Jul 2015 20:55:55 +0200 Christian Jaeger wrote: > Hi > > I've implemented (or at least so I thought) Hashcash for my outgoing > mail (in a Perl wrapper around qmail-remote that I already had to do > DKIM), using the `hashcash` tool as provided by Debian, using the > `-X` command-line option

Re: RBL format to blacklist email addresses?

2015-07-29 Thread David B Funk
On Thu, 30 Jul 2015, Reindl Harald wrote: Am 30.07.2015 um 01:53 schrieb Bill Cole: Does this text look at all familiar? Verbs and argument values (e.g., "TO:" or "to:" in the RCPT command and extension name keywords) are not case sensitive, with the sole exception in this specificati

Re: RBL format to blacklist email addresses?

2015-07-29 Thread Reindl Harald
Am 30.07.2015 um 02:16 schrieb John Hardin: On Wed, 29 Jul 2015, Bill Cole wrote: On 29 Jul 2015, at 18:56, David B Funk wrote: IE the DNS system is always case-insensitive The difference between DNS being specified as case-insensitive ...which restores my question about collisions ba

Re: RBL format to blacklist email addresses?

2015-07-29 Thread John Hardin
On Wed, 29 Jul 2015, Bill Cole wrote: On 29 Jul 2015, at 18:56, David B Funk wrote: IE the DNS system is always case-insensitive ... The difference between DNS being specified as case-insensitive ...which restores my question about collisions based on case-insensitive comparison of bas

Re: RBL format to blacklist email addresses?

2015-07-29 Thread John Hardin
On Thu, 30 Jul 2015, Reindl Harald wrote: Am 29.07.2015 um 23:34 schrieb John Hardin: On Wed, 29 Jul 2015, Paul Stead wrote: > On 29/07/15 18:11, Benny Pedersen wrote: > > > > Henrik krohn did create a emailbl.pl but it was droppede later, it > > Was > > designede very well, i have

Re: RBL format to blacklist email addresses?

2015-07-29 Thread Reindl Harald
Am 30.07.2015 um 01:53 schrieb Bill Cole: Does this text look at all familiar? Verbs and argument values (e.g., "TO:" or "to:" in the RCPT command and extension name keywords) are not case sensitive, with the sole exception in this specification of a mailbox local-part (SMTP Extension

Re: RBL format to blacklist email addresses?

2015-07-29 Thread Bill Cole
On 29 Jul 2015, at 18:56, David B Funk wrote: IE the DNS system is always case-insensitive and most systems are too WRT the email ID. Does this text look at all familiar? Verbs and argument values (e.g., "TO:" or "to:" in the RCPT command and extension name keywords) are not case sensit

Re: RBL format to blacklist email addresses?

2015-07-29 Thread David B Funk
On Wed, 29 Jul 2015, John Hardin wrote: On Wed, 29 Jul 2015, Paul Stead wrote: On 29/07/15 18:11, Benny Pedersen wrote: Henrik krohn did create a emailbl.pl but it was droppede later, it Was designede very well, i have tryed Google it, but seems impossible to get links to it now. I have

Re: RBL format to blacklist email addresses?

2015-07-29 Thread Reindl Harald
Am 29.07.2015 um 23:34 schrieb John Hardin: On Wed, 29 Jul 2015, Paul Stead wrote: On 29/07/15 18:11, Benny Pedersen wrote: Henrik krohn did create a emailbl.pl but it was droppede later, it Was designede very well, i have tryed Google it, but seems impossible to get links to it now. I

Re: RBL format to blacklist email addresses?

2015-07-29 Thread Marc Perkel
On 07/29/15 12:00, David B Funk wrote: On Wed, 29 Jul 2015, Marc Perkel wrote: Just wondering. I'm thinking about creating an RBL to block email addresses. But you can't use an @ in a hostname for lookups. So - is there a standard RBL format for email addresses or do I need to just make som

Re: RBL format to blacklist email addresses?

2015-07-29 Thread John Hardin
On Wed, 29 Jul 2015, Paul Stead wrote: On 29/07/15 18:11, Benny Pedersen wrote: Henrik krohn did create a emailbl.pl but it was droppede later, it Was designede very well, i have tryed Google it, but seems impossible to get links to it now. I have got a copy of Henrik's code - I'm not sur

Re: RBL format to blacklist email addresses?

2015-07-29 Thread John Hardin
On Wed, 29 Jul 2015, Paul Stead wrote: On 29/07/15 21:32, Paul Stead wrote: The essential formula is strtolower(md5()). *ahem* md5(strtolower()). Never mind... :) -- John Hardin KA7OHZhttp://www.impsec.org/~jhardin/ jhar...@impsec.orgFALaholic #11174

Re: RBL format to blacklist email addresses?

2015-07-29 Thread Paul Stead
On 29/07/15 21:32, Paul Stead wrote: The essential formula is strtolower(md5()). *ahem* md5(strtolower()). -- Paul Stead Systems Engineer Zen Internet

Re: RBL format to blacklist email addresses?

2015-07-29 Thread Paul Stead
On 29/07/15 18:11, Benny Pedersen wrote: Henrik krohn did create a emailbl.pl but it was droppede later, it Was designede very well, i have tryed Google it, but seems impossible to get links to it now. I have got a copy of Henrik's code - I'm not sure on the procedure about uploading this. Th

Re: RBL format to blacklist email addresses?

2015-07-29 Thread David B Funk
On Wed, 29 Jul 2015, Marc Perkel wrote: Just wondering. I'm thinking about creating an RBL to block email addresses. But you can't use an @ in a hostname for lookups. So - is there a standard RBL format for email addresses or do I need to just make something up? Who says: "you can't use an

Hashcash not working

2015-07-29 Thread Christian Jaeger
Hi I've implemented (or at least so I thought) Hashcash for my outgoing mail (in a Perl wrapper around qmail-remote that I already had to do DKIM), using the `hashcash` tool as provided by Debian, using the `-X` command-line option. This tool returns multi-line headers if the email address the

Re: all connections being refused

2015-07-29 Thread Jeremy McSpadden
Make sure it's running. Check firewall/iptables/selinux -- Jeremy McSpadden | Flux Labs Local - 850-250-5590x501 | Mobile - 850-890-2543 Fax - 850-254-2955 | Toll Free - 877-699-FLUX Web - http://www.fluxlabs.net On Jul 29, 2015, at 12:48 PM, josh schooler mailto:min

all connections being refused

2015-07-29 Thread josh schooler
Hello everyone I'm having issues with spamassassin I've recently upgraded from 12.3 opensuse to 13.2, and while updating and getting everything turned back on I noticed my logs throwing out massive errors, running the newest version of spam assassin (3.4.0-82.1), also use EXIM Example. 2015-07

Re: RBL format to blacklist email addresses?

2015-07-29 Thread Benny Pedersen
On July 29, 2015 6:04:52 PM Marc Perkel wrote: Just wondering. We all do :) I'm thinking about creating an RBL to block email addresses. But you can't use an @ in a hostname for lookups. So - is there a standard RBL format for email addresses or do I need to just make something up? Henrik

Re: RBL format to blacklist email addresses?

2015-07-29 Thread Bill Cole
On 29 Jul 2015, at 12:02, Marc Perkel wrote: Just wondering. I'm thinking about creating an RBL to block email addresses. But you can't use an @ in a hostname for lookups. So - is there a standard RBL format for email addresses or do I need to just make something up? Are you unaware of the

Re: RBL format to blacklist email addresses?

2015-07-29 Thread Martin Gregorie
On Wed, 2015-07-29 at 09:02 -0700, Marc Perkel wrote: > Just wondering. > > I'm thinking about creating an RBL to block email addresses. But you > can't use an @ in a hostname for lookups. So - is there a standard > RBL > format for email addresses or do I need to just make something up? > How

Re: RBL format to blacklist email addresses?

2015-07-29 Thread Henrik K
Pretty sure you were reading the list back in 2009. Maybe you forgot EmailBL? Just md5 the address - but there's no standard so it's up to you. http://www.gossamer-threads.com/lists/engine?list=spamassassin&do=search_results&search_forum=forum_2&search_string=emailbl On Wed, Jul 29, 2015 at 09

RE: RBL format to blacklist email addresses?

2015-07-29 Thread Kevin Miller
Could you use the % conversion similarly to a URL that has a space, i.e. %20? Just use the conversion for whatever @ is... ...Kevin -- Kevin Miller Network/email Administrator, CBJ MIS Dept. 155 South Seward Street Juneau, Alaska 99801 Phone: (907) 586-0242, Fax: (907) 586-4500 Registered Linux

RBL format to blacklist email addresses?

2015-07-29 Thread Marc Perkel
Just wondering. I'm thinking about creating an RBL to block email addresses. But you can't use an @ in a hostname for lookups. So - is there a standard RBL format for email addresses or do I need to just make something up? -- Marc Perkel - Sales/Support supp...@junkemailfilter.com http://www.