The message header is below.
I am currently sending the test message to myself from a virtual private server, but eventually this classic ASP program will be using Jmail to send out confirmation messages to anyone that uses the website.
Return-Path: <ask@asktherabbi.org>
Deliver
Received:
with SpamAssassin (version 3.2.5);
Sun, 21 Sep 2008 02:08:43 -0400
From: "=?iso-8859-1?Q?Just_Ask!?
To: "=?iso-8859-1?Q?Larry_Selt
Subject: [Spam] =?iso-8859-1?Q?Ask_The_Rab
D
Message-Id: <FE98A2810ECE489BB872F8B133
X-Spa
X-Spam-Checker-Version:
spamassassin.hsphere.cc
X-S
X-Spam-Status: Yes, score=10.0 required=4.0 tests=HELO_LH_HOME,HTML_ME
HTML_OBFUSCATE_10_20,MIME_
autolearn=disabled version=3.2.5
X-Spam-Report
* 3.2 HELO_LH_HOME HELO_LH_HOME
* 3.2 HTML_OBFUSCATE_10_20 BODY: Message is 10% to 20% HTML obfuscation
* 0.0 HTML_MESSAGE BODY: HTML included in message
* 1.7 MIME_HTML_ONLY BODY: Message only has text/html MIME parts
* 1.8 MIME_QP_LONG_LINE RAW: Quoted-printable line longer than 76 chars
* 0.1 RDNS_NONE Delivered to trusted network by a host with no rDNS
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="----------=_48D5
X-Eset





by: grbladesPosted on 2008-09-21 at 00:54:34ID: 22533677
This is the spamassassin rule :-
header HELO_LH_HOME X-Spam-Relays-Untrusted =~ /^[^\]]+ helo=\S+\.(?:home|lan) /i
Can you give some more information on how the email is setup.
What server does jmail send its mail to?
Is this directly to your mail server or does it go via another one?
A copy of the full headers of a received mail would really help.
Generally what this rule means is that the mail comes from an untrusted source (which most emails are) and that the mail server which sent the mail advertised its name as "home" or "lan". These short names are not correct over the internet as a full name should be given. Its fine for local machines but in this case these machines should be trusted anyway so this rule wont match.