Bug#375938: spampd: configure file is never read

2006-06-29 Thread Tatsuki Sugiura
Hello, Thanks for quick answer. >>> In Message "Re: Bug#375938: spampd: configure file is never read" >>><[EMAIL PROTECTED]>, >>> Sven Mueller <[EMAIL PROTECTED]> said; > Tatsuki Sugiura wrote on 29/06/2006 05:55: > > "

Bug#375938: spampd: configure file is never read

2006-06-29 Thread Sven Mueller
Tatsuki Sugiura wrote on 29/06/2006 05:55: > "--config" option do not work properly, because $options{'config'} > has scalar reference. Mail::SpamAassasin always fail to read config file. > > Please remove key from %options, or use dereference (like > ${options{'config'}}). > # Now, I'll attach a

Bug#375938: spampd: configure file is never read

2006-06-28 Thread Tatsuki Sugiura
Package: spampd Version: 2.30-9 Severity: normal Tags: patch "--config" option do not work properly, because $options{'config'} has scalar reference. Mail::SpamAassasin always fail to read config file. Please remove key from %options, or use dereference (like ${options{'config'}}). # Now, I'll at