[Greylist-users] Re: greylist

Evan Harris eharris at puremagic.com
Thu Jun 26 13:08:16 PDT 2003


Thank you for the patch.  I've integrated something similar into the source,
and will be updating the online version shortly.

As to the other idea of whitelisting IP addresses automatically, that is
probably a bad idea, because it is too easy for spammers to take advantage
of.

All a spammer has to do is send one message through the system, and once it
gets through, they can then send as many mail messages to any users on that
system as they want.

Evan


On Thu, 26 Jun 2003, Borja Perez wrote:

>
> Hello, we are proving your system anti-Spam greylisting and we are very are
> satisfied.
>
> The idea is very good.
>
> We have made a small modification: to exclude from the control the
> authenticated users.
>
>    # Collect the rest of the info for our checks
>    my $mail_mailer = $ctx->getsymval("{mail_mailer}");
>    ....
>    my $authen      = $ctx->getsymval("{auth_authen}");
>    ....
>    if ($authen ne "")
>    {
>        print  "Authenticated  connection by $authen\n";
>        goto PASS_MAIL;
>    }
>
>
> Also we want to include another one: when a triplet has been accepted to
> put the IP of the relay in white list and to accept like valid all the
> messages that come from that IP.
>
>   We have developed gateway between Sendmail and software antivirus (TAMIZ
> http://webmail.unizar.es/desarrollo/tamiz) that uses MILTER, and we want to
> include greylist like option.
>
> Greetings.
>
> -----------------------------------------------------------
> _________
> |NO a la|
> |GUERRA |       Borja Pérez Oñate    borja at unizar.es
>
> Centro de Cálculo            Tfno: +34 976 761000 ext. 3170
> Universidad de Zaragoza      Fax:  +34 976 761108
> C/Pedro Cerbuna 12  50009
>
> clave PGP http://www.rediris.es/cert/servicios/keyserver/
> Key ID 0xD43A90DE
>
> ------------------------------------------------------------




More information about the Greylist-users mailing list