You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Jim Knuth <jk...@jkart.de> on 2006/06/05 15:42:32 UTC

Lint error

Hallo und Guten Tag spamassassin-users,

I suddenly get the following error

spamassin --lint

[8123] warn: config: failed to parse line, skipping: auto_whitelist_factory Mail::SpamAssassin::SQLBasedAddrList
[8123] warn: config: failed to parse line, skipping: user_awl_dsn DBI:mysql:spamassassin:localhost:3306
[8123] warn: config: failed to parse line, skipping: user_awl_sql_username amavis
[8123] warn: config: failed to parse line, skipping: user_awl_sql_password password
[8123] warn: config: failed to parse line, skipping: user_awl_sql_table awl

But the system works fine. I have no changes made

SpamAssassin version 3.1.2
  running on Perl version 5.8.4

Amavisd-new 2.4.1
Debian sarge

Why?


-- 
Viele Gruesse, Kind regards,
 Jim Knuth
 jk@jkart.de
 ICQ #277289867
----------
Zufalls-Zitat
----------
Die Einkommensteuer hat mehr Menschen zu Lügnern gemacht 
als der Teufel. (William Rogers, am. Humorist, 1879-1935)
----------
Der Text hat nichts mit dem Empfaenger der Mail zu tun
----------
Virus free. Checked by NOD32 Version 1.1579 Build 7408  05.06.2006


Re: Lint error

Posted by Benny Pedersen <me...@junc.org>.
> spamassin --lint
>
> [8123] warn: config: failed to parse line, skipping: auto_whitelist_factory
Mail::SpamAssassin::SQLBasedAddrList

> But the system works fine. I have no changes made

so please do :-)

> SpamAssassin version 3.1.2
> running on Perl version 5.8.4
> Amavisd-new 2.4.1
> Debian sarge

debian makes it harder for sysadmins, but the error is that you have configred AWL but not loaded it in a
*.pre file

> Why?

search for ifplugin and loadplugin in perldoc Mail::SpamAssassin::Conf



Re: Lint error

Posted by Benny Pedersen <me...@junc.org>.
> Heute (05.06.2006/16:18 Uhr) schrieb Benny Pedersen,
>>> Thank you. I`m so stupid. ;)  I`ve deleted (after update 3.1.1 =>
>>> 3.1.2) the v310.pre. I had only the v312.pre. Now works again.
>> try disable ALL plugins and run a
>> spamassassin --lint
>> if there is errors report this to debian maintainer
>> even when no plugins are loaded sa should not make lint errors
> No, no. Evrything is okay. It`s no debian version. Self compiled.
> I`ve all plugins loaded now through the v312.pre. No errors more.
> Thanks.

my point is that there is errors when no plugins are loaded, fix them, and after that enable the plugins you
need if not all :)

sorry if this is only true in 3.1.0 i have not tested if that is still the case in 3.1.2





Re: Lint error

Posted by Jim Knuth <jk...@jkart.de>.
Heute (05.06.2006/16:18 Uhr) schrieb Benny Pedersen,

>> Thank you. I`m so stupid. ;)  I`ve deleted (after update 3.1.1 =>
>> 3.1.2) the v310.pre. I had only the v312.pre. Now works again.

> try disable ALL plugins and run a

> spamassassin --lint

> if there is errors report this to debian maintainer

> even when no plugins are loaded sa should not make lint errors


No, no. Evrything is okay. It`s no debian version. Self compiled.
I`ve all plugins loaded now through the v312.pre. No errors more.
Thanks.


-- 
Viele Gruesse, Kind regards,
 Jim Knuth
 jk@jkart.de
 ICQ #277289867
----------
Zufalls-Zitat
----------
Ich weigere mich, die Ansicht anzuerkennen, dass die 
Menschheit derart tragisch in die sternlose Mitternacht von 
Rassismus und Krieg verstrickt ist, dass der helle 
Tagesanbruch von Friede und Brüderlichkeit niemals 
Wirklichkeit werden kann. (Martin Luther King Jr., 1929-
1968)
----------
Der Text hat nichts mit dem Empfaenger der Mail zu tun
----------
Virus free. Checked by NOD32 Version 1.1579 Build 7408  05.06.2006


Re: Lint error

Posted by Benny Pedersen <me...@junc.org>.
> Thank you. I`m so stupid. ;)  I`ve deleted (after update 3.1.1 =>
> 3.1.2) the v310.pre. I had only the v312.pre. Now works again.

try disable ALL plugins and run a

spamassassin --lint

if there is errors report this to debian maintainer

even when no plugins are loaded sa should not make lint errors


Re: Lint error

Posted by Jim Knuth <jk...@jkart.de>.
Heute (05.06.2006/15:51 Uhr) schrieb JamesDR,

> Jim Knuth wrote:
>> Hallo und Guten Tag spamassassin-users,
>> 
>> I suddenly get the following error
>> 
>> spamassin --lint
>> 
>> [8123] warn: config: failed to parse line, skipping: auto_whitelist_factory Mail::SpamAssassin::SQLBasedAddrList
>> [8123] warn: config: failed to parse line, skipping: user_awl_dsn DBI:mysql:spamassassin:localhost:3306
>> [8123] warn: config: failed to parse line, skipping: user_awl_sql_username amavis
>> [8123] warn: config: failed to parse line, skipping: user_awl_sql_password password
>> [8123] warn: config: failed to parse line, skipping: user_awl_sql_table awl
>> 
>> But the system works fine. I have no changes made
>> 
>> SpamAssassin version 3.1.2
>>   running on Perl version 5.8.4
>> 
>> Amavisd-new 2.4.1
>> Debian sarge
>> 
>> Why?
>> 
>> 
> Make sure the AWL plugin is enabled in v310.pre
> HTH


Thank you. I`m so stupid. ;)  I`ve deleted (after update 3.1.1 =>
3.1.2) the v310.pre. I had only the v312.pre. Now works again.


-- 
Viele Gruesse, Kind regards,
 Jim Knuth
 jk@jkart.de
 ICQ #277289867
----------
Zufalls-Zitat
----------
Auch wenn alle einer Meinung sind, können alle unrecht 
haben. (Bertrand Russel, brit. Philosoph, 1872-1970)
----------
Der Text hat nichts mit dem Empfaenger der Mail zu tun
----------
Virus free. Checked by NOD32 Version 1.1579 Build 7408  05.06.2006


Re: Lint error

Posted by JamesDR <ja...@trusswood.net>.
Jim Knuth wrote:
> Hallo und Guten Tag spamassassin-users,
> 
> I suddenly get the following error
> 
> spamassin --lint
> 
> [8123] warn: config: failed to parse line, skipping: auto_whitelist_factory Mail::SpamAssassin::SQLBasedAddrList
> [8123] warn: config: failed to parse line, skipping: user_awl_dsn DBI:mysql:spamassassin:localhost:3306
> [8123] warn: config: failed to parse line, skipping: user_awl_sql_username amavis
> [8123] warn: config: failed to parse line, skipping: user_awl_sql_password password
> [8123] warn: config: failed to parse line, skipping: user_awl_sql_table awl
> 
> But the system works fine. I have no changes made
> 
> SpamAssassin version 3.1.2
>   running on Perl version 5.8.4
> 
> Amavisd-new 2.4.1
> Debian sarge
> 
> Why?
> 
> 
Make sure the AWL plugin is enabled in v310.pre
HTH

-- 
Thanks,
James