Evan Platt wrote: > At 11:45 AM 11/6/2006, you wrote: > > > when i run spamassassin --lint i get this error messages.. > > > > C:\test>spamassassin --lint > > Failed to parse line in SpamAssassin configuration, skipping: > > <!DOCTYPE HTML PUB LIC "-//W3C//DTD HTML 4.0 Transitional//EN"> > > Failed to parse line in SpamAssassin configuration, skipping: > > <HTML><HEAD> Failed to parse line in SpamAssassin configuration, > > skipping: <META http-equiv=C ontent-Type content="text/html; > > charset=windows-1252"></HEAD> > > Failed to parse line in SpamAssassin configuration, skipping: > > <BODY><PRE> Failed to parse line in SpamAssassin configuration, > > skipping: </PRE></BODY></HTM > > > > can someone tel me anything wrong or is it correct.... > > > I could be wrong, but looks like HTML in your local.cf . > > look in your local.cf and see if there's HTML code in there.
Go to your site rules directory (usually /etc/mail/spamassassin), and run this: grep -l '<HTML>' * Then take a look at the files that it lists. You may have tried to download a ruleset and received an HTML error page instead. -- Bowie