Re: [exim] Issues with greylisting

Inizio della pagina
Delete this message
Reply to this message
Autore: Raymond Jette
Data:  
To: David Woodhouse
CC: exim-users
Oggetto: Re: [exim] Issues with greylisting
That solved all of my problems. Thank you for your time and help.

Ray

> -----Original Message-----
> From: David Woodhouse [mailto:dwmw2@infradead.org]
> Sent: Wednesday, January 20, 2010 3:35 PM
> To: Raymond Jette
> Cc: exim-users@???
> Subject: RE: [exim] Issues with greylisting
>
> On Wed, 2010-01-20 at 15:19 -0500, Raymond Jette wrote:
> > > Or maybe the fact that you have a commented line in the
> _middle_ of
> > > the previous ACL stanza makes it get parsed weirdly? Try removing
> > > the old log_message line completely?
> >
> > I removed it with no luck.
>
> Ah, you used an editor which word-wrapped... comparing your
> file (-) and mine (+):
>
> -      log_message = Greylisted <$acl_m_greymsgid> from 
> <$sender_address> for 
> -        offences: ${sg {$acl_m_greylistreasons}{\n}{,}}
> +    log_message = Greylisted <$acl_m_greymsgid> from 
> <$sender_address> for 
> +offences: ${sg {$acl_m_greylistreasons}{\n}{,}}

>
> There's this difference (earlier in the file) too:
>
> - warn set acl_m_greyident =
> ${hash{20}{62}{$sender_address$recipients$acl_m_greymsgid}}
> + warn set acl_m_greyident =
> + ${hash{20}{62}{$sender_address$recipients$acl_m_greymsgid:}}
>
> When people send you patches, it's always better to apply
> them properly rather than trying to hack things about by hand. :)
>
> I'm attaching my version.
>
> --
> dwmw2
>
>
>