> Message: 15
> Reply-To: <[EMAIL PROTECTED]>
> From: "Jay Strickland" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Date: Thu, 26 Sep 2002 18:25:03 -0400
> Subject: [SAtalk] Outlook Configuration
>
> I've gotten SA configured on my server to scan messages
> server-wide w/ exim.  The headers are going into the messages
> but I'm having a hard time figuring out the "easy" part which
> is how Outlook can flag those messages for me.  I've tried
> putting in a custom field for X-Spam-Flag, but don't appear
> to be getting anywhere.  Please respond back to this address
> as I'm not a member of the list.
>
> Thanks,
> Jay
>
> --
> Jay Strickland, [EMAIL PROTECTED]
> President, WingSwept Communications, Inc.
> President, WingSwept Technologies, Inc.
> www.wingswept.com | Phone: 919.779.0954
>
...
> Message: 20
> From: "Michael Moncur" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Subject: RE: [SAtalk] Outlook Configuration
> Date: Thu, 26 Sep 2002 18:18:20 -0600
>
> > I know how to do that, but I'm having a hard time figuring out
> > what to tell outlook to look for in terms of a header flag.  I've
> > tried
> >
> > X-Spam-Flag
> > Spam-Flag
> > Spam Flag
> > X Spam Flag
>
> I had a heck of a time getting Outlook to reliably detect the X-Spam-Flag
> header. I had the best results detecting "X-Spam-Level: *****" (or your
> preferred number of stars).
>
> I finally just used procmail to send the spam to a different POP mailbox
and
> let Outlook filter based on the account it came in on. Probably not an
> option for everyone. :)
>
> --
> Michael Moncur  mgm at starlingtech.com  http://www.starlingtech.com/
> "It is better to be quotable than to be honest." --Tom Stoppard

I don't know if this will work for your situation or if you can modify this
approach, but I run spamassassin on my own box using a .procmailrc file in
my /home/<username> directory.
I keep my mail in a subdirectory Mail.  I tell spamassassin to put all spam
in a file (mail 'folder') called Spam (versus the default 'caughtspam').
In Outlook Express for that account/machine, I make the Spam file ('folder')
visible via Outlook Express IMAP folders 'Show/Hide IMAP Folders'.  If it's
a new file (mail 'folder') name you'll probably need to use 'reset list' to
see it/make it visible.  This all may be specific to Outlook Express versus
regular Outlook.   The result is all tagged spam is put in it's own file
(mail 'folder') on the server versus trying to create filters on every
machine/mail client I might use. Below is my .procmailrc

:0fw
| spamassassin -P -a

:0:
* ^X-Spam-Status: Yes
Mail/Spam

--Don
[EMAIL PROTECTED]



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to