
joea at j4computers
Mar 25, 2012, 6:32 AM
Post #1 of 2
(157 views)
Permalink
|
My first effort at Spamassassin. Just installed on SUSE SLES10 (SP3): SpamAssassin Server version 3.2.4 running on Perl 5.8.8 with SSL support (IO::Socket::SSL 0.97) with zlib support (Compress::Zlib 1.35) Basically seems to work - "spamassassin -tD < test messages" seems to create good output. But, what do I know? In any event, the mail it passes seems to be mangled. In my mail client, the message is arrives, but I do not see the header info, no subject, no body. There is a BC, to me. I trapped a sample message, and this is what I see (quotes added): "<IaHead> <IaMsgTag>0003cafd</IaMsgTag> <IaMsgSender> </IaMsgSender> <IaReceivedTime>4f6f133f</IaReceivedTime> </IaHead> MAIL FROM:<me [at] gmail> SIZE=295 RCPT TO:<joea [at] mydomain> ORCPT=rfc822;joea [at] mydomain Received: from my-host.mydomain.com ([192.168.x.xxx]) by FS-Blah with ESMTP; Sun, 25 Mar 2012 08:44:47 -0400 Received: by my-host.mydomain.com (Postfix, from userid 1000) id D81B3112B80; Sun, 25 Mar 2012 08:44:46 -0400 (EDT) Message-Id: <20120325124446.D81B3112B80 [at] my-host> Date: Sun, 25 Mar 2012 08:44:46 -0400 (EDT) From: me [at] gmail " Must be a configuration issue?
|