That solved all of my problems. Thank you for your time and help. Ray
> -----Original Message----- > From: David Woodhouse [mailto:[email protected]] > Sent: Wednesday, January 20, 2010 3:35 PM > To: Raymond Jette > Cc: [email protected] > 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 > > > -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
