|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
void spamassasin
Hi,
I have a contact us form and will email the message. however, my spamassasin always detects it as a spam pts rule name description ---- ---------------------- -------------------------------------------------- 0.8 HTML_30_40 BODY: Message is 30% to 40% HTML 0.1 MIME_HTML_ONLY BODY: Message only has text/html MIME parts 0.0 HTML_MESSAGE BODY: HTML included in message 1.7 HTML_IMAGE_ONLY_06 BODY: HTML: images with 400-600 bytes of words 3.3 MSGID_FROM_MTA_SHORT Message-Id was added by a relay i guess my major concern is MSGID_FROM_MTA_SHORT. if i can get rid of that then it'll be fine. please advice how i can avoid MSGID_FROM_MTA_SHORT? thanks in advance justin |
|
#2
|
||||
|
||||
|
Quote:
Post an example of one of the messages you get sent by the script.
__________________
Alex (http://www.alex-greg.com) |
|
#3
|
|||
|
|||
|
hi alexgreg,
heres the example of the email! <html> <head> </head> <body> <table> <tr><td><img src='http://www.juworld.com/media/images/header_logo.gif' border=0 alt=''></td></tr> <tr><td>more testing</td></tr> <tr><td style='font-size: 9px'><hr><a href='mailto:support@juworld.com'>support@juworld.com</a><hr>The information contained in this email message may be privileged, confidential, and protected from disclosure. Any unauthorized use, printing, copying, disclosure, dissemination of or reliance upon this communication by persons other than the intended recipient may be subject to legal restriction or sanction. If you think that you have received this E-mail message in error, please reply to the sender and delete this email promptly. </td></tr> </table> </body> </html> Last edited by juworld : April 18th, 2004 at 04:56 PM. |
|
#4
|
||||
|
||||
|
Please include the message headers as well.
|
|
#5
|
|||
|
|||
|
here is my header written in php
thanks! $header = "From: $from <$reply>\r\n"; $header .= "Reply-To: $reply\r\n"; $header .= "MIME-Version: 1.0\r\n"; $header .= "Content-Type: text/html; charset=iso-8859-1\r\n"; $header .= "X-Mailer: PHP / ".phpversion()."\r\n"; $header .= "Bcc: support@domain.com\r\n"; |
![]() |
| Viewing: Dev Shed Forums > System Administration > Mail Server Help > void spamassasin |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|