Yahoo Groups archive

Milter-greylist

Index last updated: 2026-04-28 23:32 UTC

Messages

Browse messages

Page 51 of 144 · 7199 messages matched

Recent domain name creations

2008-09-26 by Mark Walker

I ve been having a lot of multiple attempt spam that s coming from domain names that have been created in the last 2 months. Is there any way to look up a

Thread view Attachments: 0

Re: [milter-greylist] spamassassin patch

2008-09-26 by Emmanuel Dreyfus

... OTOH, you save a few calls to strcmp(). ... Done. I heavily edited it (renames, style, indents), so please thest that the in-tree version still works. At

Thread view Attachments: 0

Re: [milter-greylist] spamassassin patch

2008-09-26 by Emmanuel Dreyfus

... If you see no problem, I ll rename sa_* stuff into spamd_* (and sa.c into spamd.c), I feel it is more self-describing. You did not include a license for

Thread view Attachments: 0

Re: [milter-greylist] spamassassin patch

2008-09-26 by Emmanuel Dreyfus

... Well, it s preferable to keep code and doc in sync when doing commits... About the code, it looks great, but just one question: why storing the socket type

Thread view Attachments: 0

spamassassin patch

2008-09-26 by Manuel Badzong

Here s the promised SpamAssassin patch. # greylist.conf example1 spamdsock inet 127.0.0.1:783 racl whitelist default dacl blacklist spamd 15 dacl greylist

Thread view Attachments: 0

Re: [milter-greylist] DKIM support

2008-09-26 by Ondrej Valousek

Ok, here is the patch: diff -u milter-greylist.bak/config.h.in milter-greylist/config.h.in ... +++ milter-greylist/config.h.in 2008-09-26 13:23:30.000000000

Thread view Attachments: 0

Re: [milter-greylist] DKIM support

2008-09-25 by Ondrej Valousek

I would like to, really, but unfortunately I am not very familiar with configure/configure.ac scripts. I would happily contribute C patch, but that s not what

Thread view Attachments: 0

Re: [milter-greylist] DKIM support

2008-09-25 by Ondrej Valousek

And the answer is: DKIM-milter checks for compiler C99 compliance and for stdbool.h existence. If not found, bool is defined like this: /* ** Define bool,

Thread view Attachments: 0

DKIM support

2008-09-25 by Ondrej Valousek

Just trying to compile with DKIM support but I can not - compiler is complaining about undefined bool type. That s strange, because DKIM milter heavily

Thread view Attachments: 0

RE: [milter-greylist] p0f support

2008-09-25 by attila.bruncsak@itu.int

... We can: what the documentation means by this statement is that the libmilter is signal aware, signals can be safely used. I think we had discussion on this

Thread view Attachments: 0

Re: [milter-greylist] p0f support

2008-09-25 by manu@netbsd.org

... I prefer to tempfail, as milter-greylist also blocks a lot of viruses... -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org

Thread view Attachments: 0

Re: [milter-greylist] p0f support

2008-09-25 by Michael Mansour

Hi Emmanuel, ... Is that a feasible option? Any time I make changes I manually run the -cf, but maybe the above could automate that procedure? Michael.

Thread view Attachments: 0

Re: [milter-greylist] p0f support

2008-09-25 by Michael Mansour

... This used to bother me the first few weeks of using milter-greylist, now, every single time I make a change to the greylist.conf file, my next command

Thread view Attachments: 0

Re: [milter-greylist] p0f support

2008-09-24 by Benoit Branciard

... It depends on how you configured your milter in sendmail.cf (with or without F=T ). Either mails get tempfailed and noone can receive anything, either all

Thread view Attachments: 0

Re: [milter-greylist] p0f support

2008-09-24 by manu@netbsd.org

... It does, because milter-greylist has a built-in alert system: if it dies, mail gets tempfailed, users get frustrated, and your phone rings ... -- Emmanuel

Thread view Attachments: 0

Re: [milter-greylist] p0f support

2008-09-24 by Ondrej Valousek

I agree fully, If there was any SIMPLE (lets keep the milter daemon as simple as possible) solution, I would vote for it. Current situation is not nice.

Thread view Attachments: 0

Re: [milter-greylist] p0f support

2008-09-24 by Oliver Fromme

... Just a small hint: Besides signals, there are other ways for inter-process communication. For example UNIX domain sockets, FIFOs, POSIX named semaphores

Thread view Attachments: 0

Re: [milter-greylist] p0f support

2008-09-24 by Greg Troxel

That should not be very difficult to implement. Opinion, anyone? I probably wouldn t use that, as I keep most config files in RCS, and tend to have an emacs

Thread view Attachments: 0

Re: [milter-greylist] p0f support

2008-09-24 by Benoit Branciard

... I don t consider this the rignt way . 1) It add some (minor) complexity tho the daemon itself, while the same goal could be achieved by an external

Thread view Attachments: 0

Re: [milter-greylist] p0f support

2008-09-24 by Emmanuel Dreyfus

... I wonder if a command line flag could not help here: milter-greylist -e would edit a copy of greylist.conf with your favourite $EDITOR, validate it, and

Thread view Attachments: 0

Re: [milter-greylist] p0f support

2008-09-24 by Benoit Branciard

... I encountered the same problem some time ago, so now I don t edit the greylist.conf directly, but rather a master copy , which I validate with

Thread view Attachments: 0

Possible whitelist feature suggestion

2008-09-24 by Seth Mos

Hi, I just thought of the following feature for milter-greylist, since milter-greylist is already familiar with all smtp communications and can keep statistics

Thread view Attachments: 0

p0f support

2008-09-24 by Patrick Domack

I will say, p0f support is working good for me so far, in my first 12 hours of testing :) I did notice a small unrelated issue, and I don t remember it before,

Thread view Attachments: 0

Re: [milter-greylist] Re: P2PWL

2008-09-23 by Patrick Domack

I ll have to see what I can do. I played around and it s libdkim that is causing it to segfault for me. Have p0f, dnsrbl, and spf all playing happily though.

Thread view Attachments: 0

Re: [milter-greylist] Re: P2PWL

2008-09-23 by Patrick Domack

... Got mine working now, something with the spf and dkim libs was causing it to segfault. but I can live without them. p0f is working good, and dnsrbl s. I

Thread view Attachments: 0

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.