Thanks for the additional tips.
>>>> "NK" == Norbert Koch
<viteno(a)xemacs.org> writes:
NK> (gnus-date-iso8601 "20020401")
NK> "19700101T010000"
NK> Uh oh.
Indeed. But this works:
(gnus-date-iso8601 "1 Apr 2002 00:00:00")
"20020331T160000"
Interestingly enough, gnus-date-iso8601 does not handle ISO format
input correctly:
(gnus-date-iso8601 "20020401T000000")
"19991231T160000"
Anyway, I'll ask ding(a)gnus.org about why messages are incorrectly
being matched in my "before" score rules.
cheers,
mike