<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hello,<br><br>I've a Mailscanner setup with exim and I would like to add dspam. So I though it could be a good idea to have a pre MTA (postfix+dspam) to analize mails and the relay to exim+Mailscanner+spamassasin.<br><br>I'm not sure If what I've done is not correct or not efficent but I'm used to use dspam and I would like to used. I've seen that spamassasin has bayesian support, but I'm not sure about its performace and accuracy.<br><br>Anyway, my problem is that I've configured the following spamassasin rules in mailscanner.cf<br><br>header&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DSPAM_HEADER&nbsp;&nbsp;&nbsp; X-DSPAM-Result =~ /Spam/i<br>score&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DSPAM_HEADER&nbsp;&nbsp;&nbsp; 10<br>describe&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DSPAM_HEADER&nbsp;&nbsp;&nbsp; DSPAM lo marca como SPAM<br><br>header&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FROM_HEADER&nbsp;&nbsp;&nbsp; From =~ /mgimeno/i<br>score&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FROM_HEADER&nbsp;&nbsp;&nbsp; 20<br>describe&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FROM_HEADER&nbsp;&nbsp;&nbsp; message from mgimeno<br><br>in order to mark as SPAM the mails that DSPAM has defined as Spam, but it's not working. I think the problem comes from that headers of messages comming from postfix are not analize, but If i connect directly to exim, it works.<br><br>Could you please guide me?<br><br>Anyway, I'm using exim/mailscanner because I want baruwa2 web support.<br><br>Thanks<br>Manel <br>                                               </div></body>
</html>