Re: [milter-greylist] How to use www.senderbase.org ??
2008-04-19 by Mart Pirita
Tere. ... Why waste bandwidth, cpu, ram etc for spammers instead of rejecting them in first attempt (MTA)? Ok, You give them longer greylisting period. How
Yahoo Groups archive
Messages
Page 58 of 144 · 7199 messages matched
2008-04-19 by Mart Pirita
Tere. ... Why waste bandwidth, cpu, ram etc for spammers instead of rejecting them in first attempt (MTA)? Ok, You give them longer greylisting period. How
2008-04-19 by Bigby Findrake
... Or, to look at it from another perspective, it penalizes the poor. If you believe that the poor should have just as much access or ability to be
2008-04-19 by Adam Katz
... I changed my mind. Senderbase is an index of reported or otherwise collected spam. They do not have reliable numbers for non-spam email. If you click on
2008-04-18 by Adam Katz
... ... I completely forgot to mention my workaround: racl whitelist rcpt / +nogrey@(example .com|example .net) b/ I tell my users to use +nogrey in their
2008-04-17 by shuttlebox
... They sure are not easy to spot. I took the liberty to add a link to your script so it s easier to find. -- /peter
2008-04-17 by Adam Katz
Oops, I sent with the wrong email address. Looks like it was eaten by yahoo, or it awaits moderator approval. In the latter case, it can be deleted as I am
2008-04-17 by Adam Katz
... I should further elaborate. Spamcop already operates an RBL at bl.spamcop.com. However, it doesn t work with newly activated zombies. By taking a look
2008-04-17 by Ondrej Valousek
Hi Adam, Thank you for this comprehensive explanation. Just a few notes: 1) Your script only gathers info about the botnets from the spamcop site, but you also
2008-04-17 by shuttlebox
... Because with the MTA you can only block mail with RBL:s. With greylisting you can use RBL:s to block *or* to have a longer greylisting period for example.
2008-04-17 by Mart Pirita
Tere. ... Great script but why to use DNSBL with milter-greylist instead of using it with MTA? I m using milter-greylist for greylisting and sendmail as MTA
2008-04-17 by manu@netbsd.org
... Run in debug mode, with -Dvl and send the output. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2008-04-17 by Michael Mansour
Hi, Since upgrading from milter-greylist 4.0 to 4.1.1, using the same greylist.conf file I used on the prior version, I cannot get anything greylisted ie. all
2008-04-17 by Adam Katz
... Short answer: The Spamcop DNSBL represents the data from Senderbase. However, it requires 100% accuracy, and we don t care so much for greylisting. I
2008-04-16 by Ondrej Valousek
Hi all, I have just returned from CiscoExpo exhibition - I was quite curious to see what technology they offer to fight spam. It turned out that they acquired
2008-04-14 by Emmanuel Dreyfus
... Does the attached patch fixes the regression? -- Emmanuel Dreyfus manu@netbsd.org Index: conf_lex.l
2008-04-14 by Jim Hermann
... That works. Jim
2008-04-13 by manu@netbsd.org
... Config file regression are bugs. Bugs shall be fixed. I suspect recent spf changes to be the culprit, but I would like to be sure. What happens if you
2008-04-13 by Jim Hermann
When I try to run milter-greylist version 4.1.1 with my existing greylist.conf, I get this result: # /usr/local/bin/milter-greylist-4.1.1 -v -c loading config
2008-04-12 by Emmanuel Dreyfus
... Oh, right, I screwed it again... http://ftp.espci.fr/pub/milter-greylist/milter-greylist-4.1.1.tgz -- Emmanuel Dreyfus manu@netbsd.org
2008-04-12 by shuttlebox
... http://ftp.espci.fr/pub/milter-greylist/milter-greylist-4.1.1.tgz -- /peter
2008-04-12 by Jack L. Stone
... Thank you for tracking this down. I integrated your patch, and here is milter-greylist 4.1.1
2008-04-12 by Emmanuel Dreyfus
... Thank you for tracking this down. I integrated your patch, and here is milter-greylist 4.1.1 http://ftp.espci.fr/pub/milter-greylist-4.1.1.tgz MD5
2008-04-12 by Benoit Branciard
... ... Found ! in curl_outlet(), if the output buffer length was null, two chars were pre-allocated for an trailing r 0. The problem was that on subsequent
2008-04-11 by Benoit Branciard
... I upgraded to libcurl3 7.15.5, recompiled milter-greylist with some more debug logging messages, and I still get some garbage chars in urlcheck responses.
2008-04-10 by Michael Menge
Hi Dave, why don t you whitlist the mailinglist addreses? acl whitelist rcpt /.*@listserver .example .com/ or only some mailinglist acl whitelist rcpt
2008-04-10 by Ondrej Valousek
Well yes, That s a problem. And besides: I do not think greylisting at the data is a wise thing anyway: 1. If you tempfail after data stage, the sender is more
2008-04-10 by Emmanuel Dreyfus
... Well, this is just a limitation in milter-greylist: you could do greylisting at DATA stage, but you would loose the abilitiy to treat multiple recipients
2008-04-10 by shuttlebox
... Look at the urlcheck feature, you can implement pretty much anything with that. -- /peter
2008-04-10 by Ondrej Valousek
... But that is a data stage, isn t it? You can not do anything at the data stage but plain accept or hard fail. Ondrej
2008-04-10 by Dave Crocker
... Hi. I m new to this list (subscription still pending) and new to milter-greylist. I did look around postings over the last 2 months, and apologize if I m
2008-04-08 by manu@netbsd.org
... I have curl-7.16.0 I use urlcheck extensively to query an LDAP directory, where per-user filtering settings are stored. -- Emmanuel Dreyfus
2008-04-07 by Benoit Branciard
... I think end-of-lines are out of concern. If I get my test script output r n s: echo -e milterGreylistStatus: Ok r echo -e milterGreylistMsg: You are
2008-04-07 by Benoit Branciard
... May it be a problem with libcurl ? I use (and compiled with) libcurl3 7.13.2 (Debian package). Is it possible that libcurl mangles end-of-lines on the
2008-04-07 by manu@netbsd.org
... What s even more surprising is that it works at mine. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2008-04-07 by Benoit Branciard
... 1) -- urlcheck script: echo milterGreylistStatus: Ok echo milterGreylistMsg: You are not allowed to connect -- log: milter-greylist: ignoring
2008-04-05 by manu@netbsd.org
... No, it was just an idea. Could it be that it s just the last char that get mangled? What happens if you stick a single space at the end of the line,
2008-04-04 by Andrzej Marecki
... I know, what was wrong: milter-greylist was stopped while sendmail was running. ;-) -- Andrzej -- ... Andrzej Marecki | Torun Centre for
2008-04-04 by Benoit Branciard
... My scripts output only n s, and I just verified Apache didn t mangle them to something else. Should they send r n s ? -- Ce message a ete verifie par
2008-04-04 by Oliver Fromme
... The HTTP protocol follows the telnet standard which requires that lines are separated by CR+LF sequences, i.e. r n . Many programs also accept LF only,
2008-04-04 by manu@netbsd.org
... Could that be a CRLF vs LF problem? Looking at the code, it seems it does not attempt to handle r in any way. I d call it a bug. -- Emmanuel Dreyfus
2008-04-04 by Benoit Branciard
Hello, We re running recent 4.0+ milter-greylist (2008-03-19 snapshot), and make extensive use of urlcheck feature for custom tests. Currently our URL server
2008-04-04 by Andrzej Marecki
Sometimes I get this error message shortly after having started milter-greylist: Milter (greylist): local socket name /var/milter-greylist/milter-greylist.sock
2008-03-27 by chasd
... Yes but it is from last year when F8 was released. It is a good idea to update the database at least when you install GeoIP. When F9 is released in May, an
2008-03-26 by Ernesto Rapetti, Ing.
Thanks ! In Fedora 8 just adding the line in greylist.conf file did the trick, as the database is included in the RPM package GeoIP. Ernesto. ... De:
2008-03-26 by chasd
... You don t need a GeoIP account. The problem is that the greylist.conf file from the RPM doesn t have the correct path to the installed GeoIP database You
2008-03-26 by Ernesto Rapetti, Ing.
Please add a configuration option to disable GeoIP. Fedora is packaging milter-greylist with GeoIP enabled at compile time, but the user may not have a GeoIP
2008-03-21 by manu@netbsd.org
... Yes, it is possible. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2008-03-21 by Ondrej Valousek
Hi Johann, Thanks for the advice. Actually - I have already found the cause of the last problem - the main database in memory got corrupted during the milter
2008-03-20 by manu@netbsd.org
... Nobody has been annoyed enough by dumps to develop a SQL backend. Note that you can also completely disable dumps. If milter-greylist is stopped, you loose
2008-03-20 by Johann E. Klasek
... Just look at the VIRT column. You can also use the command pmap PID available under Linux or Solaris. The latter serves a more detailed view of