On Wednesday 25 May 2005 18:29, Lorentz Morrow wrote: > Code listing 3.2 has entries like: > > 'someone@domain.com' =>-3.0, > > Amavisd-new's read_hash function reads this as: > > key: 'someone@domain.com' > value: =>-3.0, > > This won't work. > > Line should be: > > someone@domain.com -3.0 > > Then: > > key: someone@domain.com > value: -3.0 > > Once again thank you for writing the guide. > > Lorentz
Created attachment 60064 [details, diff] Fix for bug
Patch committed to CVS. Thanks