To subscribe or unsubscribe via the World Wide Web, visit
http://lists.freebsd.org/mailman/listinfo/freebsd-isp
or, via email, send a message with subject or body 'help' to
freebsd-i...@freebsd.org
You can reach the person managing the list at
freebsd-...@freebsd.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of freebsd-isp digest..."
Today's Topics:
1. SpamAssassin Y2K10 Rule Bug - sa-update doesn't work
(Miroslav Lachman)
2. Re: SpamAssassin Y2K10 Rule Bug - sa-update doesn't work
(Gary Palmer)
3. Re: SpamAssassin Y2K10 Rule Bug - sa-update doesn't work
(Miroslav Lachman)
4. Re: SpamAssassin Y2K10 Rule Bug - sa-update doesn't work
(Frank Keeney)
----------------------------------------------------------------------
Message: 1
Date: Tue, 05 Jan 2010 00:37:03 +0100
From: Miroslav Lachman <000....@quip.cz>
Subject: SpamAssassin Y2K10 Rule Bug - sa-update doesn't work
To: freeb...@freebsd.org
Message-ID: <4B427B9F...@quip.cz>
Content-Type: text/plain; charset=ISO-8859-2; format=flowed
There is a serious bug in SA rules with handling of "FH_DATE_PAST_20XX
The date is grossly in the future"
http://spamassassin.apache.org/
"If your system is configured to use sa-update run sa-update now"
The problem is, that 'sa-update' is not working with default configuration.
Domain updates.spamassassin.org is not resolvable.
# host updates.spamassassin.org
Host updates.spamassassin.org not found: 3(NXDOMAIN)
According to http://just-dnslookup.com it is not my local resolver problem.
Are there any usable mirror or another trusted channel to be used by
sa-update?
Miroslav Lachman
------------------------------
Message: 2
Date: Mon, 4 Jan 2010 18:49:31 -0500
From: Gary Palmer <gpa...@freebsd.org>
Subject: Re: SpamAssassin Y2K10 Rule Bug - sa-update doesn't work
To: Miroslav Lachman <000....@quip.cz>
Cc: freeb...@freebsd.org
Message-ID: <20100104234...@in-addr.com>
Content-Type: text/plain; charset=us-ascii
On Tue, Jan 05, 2010 at 12:37:03AM +0100, Miroslav Lachman wrote:
> There is a serious bug in SA rules with handling of "FH_DATE_PAST_20XX
> The date is grossly in the future"
> http://spamassassin.apache.org/
>
> "If your system is configured to use sa-update run sa-update now"
>
> The problem is, that 'sa-update' is not working with default configuration.
>
> Domain updates.spamassassin.org is not resolvable.
>
> # host updates.spamassassin.org
> Host updates.spamassassin.org not found: 3(NXDOMAIN)
>
> According to http://just-dnslookup.com it is not my local resolver problem.
>
> Are there any usable mirror or another trusted channel to be used by
> sa-update?
updates.spamassassin.org isn't a DNS host record so it is expected
that your lookup will fail.
The following should, however, work:
dig 5.2.3.updates.spamassassin.org txt +short
Try running
sa-update -D
to see why its failing.
Regards,
Gary
------------------------------
Message: 3
Date: Tue, 05 Jan 2010 02:20:00 +0100
From: Miroslav Lachman <000....@quip.cz>
Subject: Re: SpamAssassin Y2K10 Rule Bug - sa-update doesn't work
To: Gary Palmer <gpa...@freebsd.org>
Cc: freeb...@freebsd.org
Message-ID: <4B4293C0...@quip.cz>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Gary Palmer wrote:
> On Tue, Jan 05, 2010 at 12:37:03AM +0100, Miroslav Lachman wrote:
>> There is a serious bug in SA rules with handling of "FH_DATE_PAST_20XX
>> The date is grossly in the future"
>> http://spamassassin.apache.org/
>>
>> "If your system is configured to use sa-update run sa-update now"
>>
>> The problem is, that 'sa-update' is not working with default configuration.
>>
>> Domain updates.spamassassin.org is not resolvable.
>>
>> # host updates.spamassassin.org
>> Host updates.spamassassin.org not found: 3(NXDOMAIN)
>>
>> According to http://just-dnslookup.com it is not my local resolver problem.
>>
>> Are there any usable mirror or another trusted channel to be used by
>> sa-update?
>
> updates.spamassassin.org isn't a DNS host record so it is expected
> that your lookup will fail.
>
> The following should, however, work:
> dig 5.2.3.updates.spamassassin.org txt +short
>
> Try running
>
> sa-update -D
>
> to see why its failing.
Thank you for your response. I didn't know it!
dig gives me "895075" and with sa-update -D I found that I was looking
in to the wrong directory (/usr/local/share/spamassassin instead of
/var/db/spamassassin/3.002005/updates_spamassassin_org) so the rules
seems to be updated fine.
Sorry for the noise.
Just one question - where can I find the domain or IP from where updates
are fetched?
Miroslav Lachman
------------------------------
Message: 4
Date: Mon, 4 Jan 2010 19:18:41 -0600
From: Frank Keeney <fr...@alpha-usa.com>
Subject: Re: SpamAssassin Y2K10 Rule Bug - sa-update doesn't work
To: Gary Palmer <gpa...@freebsd.org>
Cc: freeb...@freebsd.org, Miroslav Lachman <000....@quip.cz>
Message-ID: <50F70F4D-8F65-447C...@alpha-usa.com>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
Gary,
As a temporary fix and explanation see:
http://wiki.apache.org/spamassassin/Rules/FH_DATE_PAST_20XX
Regards, Frank... Webmaster/Hostmaster
Alpha-USA - Web Hosting/Design - www.alpha-usa.com
Metro + World: 817-543-2175 - USA: 800-924-8075
2321 W. Arkansas, Suite 300, Arlington, Texas 76013
-- Alpha's Rapid Internet File Transfer Service --> MegaTrans
www.MegaTrans.com
On Jan 4, 2010, at 17:49, Gary Palmer wrote:
> On Tue, Jan 05, 2010 at 12:37:03AM +0100, Miroslav Lachman wrote:
>> There is a serious bug in SA rules with handling of
>> "FH_DATE_PAST_20XX
>> The date is grossly in the future"
>> http://spamassassin.apache.org/
>>
>> "If your system is configured to use sa-update run sa-update now"
>>
>> The problem is, that 'sa-update' is not working with default
>> configuration.
>>
>> Domain updates.spamassassin.org is not resolvable.
>>
>> # host updates.spamassassin.org
>> Host updates.spamassassin.org not found: 3(NXDOMAIN)
>>
>> According to http://just-dnslookup.com it is not my local resolver
>> problem.
>>
>> Are there any usable mirror or another trusted channel to be used by
>> sa-update?
>
> updates.spamassassin.org isn't a DNS host record so it is expected
> that your lookup will fail.
>
> The following should, however, work:
> dig 5.2.3.updates.spamassassin.org txt +short
>
> Try running
>
> sa-update -D
>
> to see why its failing.
>
> Regards,
>
> Gary
> _______________________________________________
> freeb...@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-isp
> To unsubscribe, send any mail to "freebsd-isp...@freebsd.org"
------------------------------
End of freebsd-isp Digest, Vol 313, Issue 4
*******************************************