Autor: Giuliano Gavazzi Data: Para: Exim User's Mailing List Asunto: Re: [exim] rfc-ignorant.org - auto reporting those who reject
mail from: <>
At 9:10 am -0700 2004/10/23, John W. Baxter wrote:
[...] > >
>> So - first - I want to be able to detect this condition where the from
> > <> is considered bogus immediately before any rcpt to:.
>That's what the MAIL acl is for. You could write to a log for later
>processing, or use ${run or the socket variation of that (probably better).
hey John! that is for incoming emails, nothing that is of any use in
the situation described.
> >
>> Then - I'd like a script to auto report them to rfc_ignorant.org
>Well, I dislike automated reporting in general. But I suppose if your
I agree!!
>script takes care to report a given server once only, and only if it's not
>already in the RFC Ignorant list (do I mean server or IP address?...which
I think you mean domain.
>opens the door to discussion of running servers on dynamic Ips) and you spot
>check your reports, it's not too bad. I'm not going to do it.
>
> --John