On Tue, Jun 11, 2002 at 08:31:17AM -0500, Saul Guttman wrote:
| Hi,
| 
| I have Exim with SA running at SMTP time.

If you mean the same thing the rest of us do, then you're using exim 4
with Marc's local_scan() function, right?

| I am testing this to see if I can reduce spam sent to my Exchange
| server (I know, I know, but some people have to make a living). So I
| have setup .forward files so that messages get forwarded to the
| Exchange server for the time being.

That's the hard way to do it.  The easy way is to use a 'manualroute'
router to move everything that's not rejected to the other server.

You can even create a router before that one with 
    condition = ${if def:h_X-Spam-Flag {1}{0}}
to do something different with the spam messages.

| It seems to be working with the exception of 2 things. One-
| The subject of the message is blank when I recieve it in Outlook.

Is it really blank or is Outlook being bad?  Which version of sa-exim
are you using?  I've had no problems with the 1.x releases, and
haven't recompiled with 2.0 yet.

| Two- Is there a way to keep the html format of the text? 

Don't set defang_mime in your SA config.

HTH,
-D

-- 

Misfortune pursues the sinner,
but prosperity is the reward for the righteous.
        Proverbs 13:21
 
GnuPG key : http://dman.ddts.net/~dman/public_key.gpg

Attachment: msg06209/pgp00000.pgp
Description: PGP signature

Reply via email to