When I send out any emails from my Postfix server which contain attachments and or URL's, it looks like Spamassassin is tagging my outgoing messages as spam. When my my message arrives from my Postfix to me personal Gmail or Yahoo...it shows the following: Spam detection software, running on the system "mail.iamghost.com", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see root@localhost for details. Content preview: http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=Mens+Watches&x=0&y=0 [...] Content analysis details: (7.1 points, 6.3 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.4 ALL_TRUSTED Passed through trusted hosts only via SMTP 3.3 TVD_RCVD_IP4 TVD_RCVD_IP4 1.6 TVD_RCVD_IP TVD_RCVD_IP 3.4 FH_DATE_PAST_20XX The date is grossly in the future. 2.9 TVD_SPACE_RATIO BODY: TVD_SPACE_RATIO -2.7 AWL AWL: From: address is in the auto white-list Anyone know why my Spamassassin utility is labeling my outgoing messages as 'spam' so the sender receives it with my spam headers? Below is my /etc/mail/spamassassin/local.cf: Code: rewrite_header Subject *****SPAM***** required_score 6.31 report_safe 1 use_bayes 1 use_bayes_rules 1 bayes_auto_learn 1
Yes I am running the latest version of SA however I learned from the SA mailing list I needed to run 'sa-update' command. That fixed it.
same problem here except that updating spamassassin, running sa-update and restarting SA didn't help. Running ispcfg 3 (latest verrsion as of now) on a Debian box. any hints?