Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added instructions for Apple Mail

...

  • AOL's integrated email client: Redirecting mail is not available. (Dave Goldsmith)
  • Apple Mail: Select the message, go to the "Message" menu, choose redirect, fill in the address, and choose send. (KarstenDambekalns)
  • Eudora: Select the message, go to the "Message" menu, choose redirect, fill in the address, and choose send. (BrianCorcoran and ErikWheeler)
  • Evolution: Select the message. In the "Actions" menu, choose the "Forward" submenu (not "Forward message", the "Forward" submenu). Pick "Redirect", fill in the "To" field, and press "Send". (JohannesUllrich)
  • Novell GroupWise: Note the current (as of this writing) version of GroupWise is v6.5. In general, the stock GroupWise client can't "bounce" a message, because the message has been converted to the internal GroupWise format (i.e. no longer in SMTP format). One workaround would be to write a GroupWise C3PO (Custom 3rd-Party Object - see http://developer.novell.com/ndk/gwc3po.htm) to add this functionality to the client. Using the stock client, to pass a SPAM (or HAM) message along to a collection point, use Forward as Attachment to send it from GroupWise (select the message, Actions menu, Forward as Attachment; type in the address and click on Send). At the receiving end, you'll need a Procmail recipe (or similar tool) to delete the headers down to the string "message/rfc822" plus the blank line after it. All the header info is preserved by GroupWise (through the hidden "system attachment" Mime.822). Note that older, unsupported versions of GroupWise either don't support IMAP (v5.2 and earlier) or don't support it well (v5.5/v5.5EP); this support is much-improved in v6.5. Finally, the GroupWise system includes a Trusted Application API (see http://developer.novell.com/ndk/gwtapp.htm) with which you could implement a more-direct connection to SA. Here is an example .procmailrc I use for user "spam" (please note it's my first and only ever effort at these things!):

...

Wiki Markup
Thanks to [WilliamStearns] for the original \[http://www.stearns.org/doc/spamassassin-setup.current.html<ac:structured-macro ac:name="redirect" ac:schema-version="1" ac:macro-id="b0d024048cfd6a02-e58e09b5-4cf24e4d-915e97ce-73dd0b2ea657adeea614ed67"><ac:parameter ac:name=""><ac:link><ri:page ri:content-title="redirection info] used on this page." /></ac:link></ac:parameter><ac:parameter ac:name="location"><ac:link><ri:page ri:content-title="redirection info] used on this page." /></ac:link></ac:parameter></ac:structured-macro>

...