Re: [EXIM] some more details about spam

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: hamster
Fecha:  
A: Andromeda
Cc: twells, exim-users
Asunto: Re: [EXIM] some more details about spam
Andromeda wrote....
> At 10:46 11/11/1998 -0500, you wrote:
> >Here's a suggestion for the new wishlist. Add an equivalent to :fail: and
> >:defer: that works at the SMTP session level. In other words, return a
> >failure/defer code after RCPT TO: so that we don't have to accept the
> >whole message before trashing it/bouncing it with :fail:
>
> You can do that with this snippet:
>
> --snippet start--
>
> # catch some forged mail - Andromeda 26/06/97
> sender_verify
> sender_verify_reject
> receiver_verify


What does the verify here actually do? dns lookups on the domain part
of the address?

> # implement some anti-spam (RBL) - Andromeda 27/02/98
>
> rbl_domains = rbl.maps.vix.com
> rbl_reject_recipients


Can't reject here for local reasons :(

[...]
> # implement sender blacklisting - Andromeda 11/11/98
>
> sender_reject = "lsearch;/usr/exim/relay/blacklist"
> sender_reject_recipients = "lsearch;/usr/exim/relay/blacklist"


nicked :)

    Mark


-- 
Mark Lowes <hamster@???>            http://hamster.wibble.org/
Wibble.org                    http://www.wibble.org/
Lspace.org                    http://www.lspace.org/


--
*** Exim information can be found at http://www.exim.org/ ***