> Does anyone know if there's a valid X-note header that can be placed > in the message body that will cause Outlook to automatically route > emails to the Junk-email folder?
Assuming you are talking about Outlook *without* Exchange: AFAIK, there is no built-in header rule that is recognized on the client side. While it is relatively simple to hook into the IMF chain *within* an Exchange server and simulate a message that has a high SCL (or relocate messages to subfolders regardless of user rules, etc.), Outlook's Junk E-Mail folder and Exchange's Junk E-Mail folder are only unified if the user connects via MAPI. If it's running standalone (POP/IMAP), Outlook 2003 uses its own version of (or subset of?... not sure of its relative breadth) the IMF to move messages into Junk E-Mail. Note that when you are using MAPI, the exposed plain-text X-SCL header is not what's used to determine the folder re/location. X-SCL is just a representation of the MAPI SCL property, which, for example, is passed between Exchange servers using proprietary ESMTP extensions and only over an authenticated server-to-server connection, rather than passing a visible RFC 822 header over a generic RFC 821 connection. When you're not using MAPI, the standalone Outlook IMF doesn't bother with an RFC 822 header, either. All the logic is internal. You might think about just exporting the appropriate Outlook rule to a file and distributing the file with quick instructions on how to import. It's not too tough for the end-user if they're on your side, though not as foolproof as the server-side solution, of course. There are ways to script the rule creation, too, I think, but it might be harder to distribute an zipped/renamed EXE/VBS than a relatively harmless RWZ (rules export file). --Sandy ------------------------------------ Sanford Whiteman, Chief Technologist Broadleaf Systems, a division of Cypress Integrated Systems, Inc. e-mail: [EMAIL PROTECTED] SpamAssassin plugs into Declude! http://www.imprimia.com/products/software/freeutils/SPAMC32/download/release/ Defuse Dictionary Attacks: Turn Exchange or IMail mailboxes into IMail Aliases! http://www.imprimia.com/products/software/freeutils/exchange2aliases/download/release/ http://www.imprimia.com/products/software/freeutils/ldap2aliases/download/release/ --- This E-mail came from the Declude.JunkMail mailing list. To unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type "unsubscribe Declude.JunkMail". The archives can be found at http://www.mail-archive.com.
