T_DATE_IN_FUTURE_96_Q

Marc <[email protected]> Sun, 8 Mar 2026 11:05:47 +0000
Newsgroups gmane.mail.spam.spamassassin.general
Message-ID <[email protected]>
I am getting my own emails tagged with T_DATE_IN_FUTURE_96_Q but eg a gmail message is not tagged like this. Everything in here is ntp synchronised and configure on CET time. At first I thought time zone in the spassassin container was not ok but changing the container with this did not fix this. 

apk add tzdata --no-cache
cp /usr/share/zoneinfo/Europe/Warsaw /etc/localtime 
echo "Europe/Warsaw" > /etc/timezone

Received: xxxxxxxx Sat, 07 Mar 2026 17:27:31 +0100
Received: xxxxxxxx Sat, 7 Mar 2026 17:27:31 +0100
Received: xxxxxxxx Sat, 7 Mar 2026 17:27:30 +0100
Received: xxxxxxxx Sat, 7 Mar 2026 17:27:27 +0100

Date: Sat, 7 Mar 2026 17:27:27 +0100


X-Spam-Status: No, score=0.0 required=3.0 tests=HTML_FONT_SIZE_HUGE,
	HTML_MESSAGE,T_DATE_IN_FUTURE_96_Q autolearn=disabled version=4.0.2
X-Spam-Checker-Version: SpamAssassin 4.0.2 (2025-08-27) on
	efd4de05-def8-4d42-993a-d063f2d5d2d7


Has anyone else this? How is this T_DATE_IN_FUTURE_96_Q computed? I have the impression this has maybe something to do with incorrect date / timezone detection inside a container.