Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Groupwise -> Mail?' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Groupwise -> Mail?
Authored by: escowles on Oct 04, '06 08:21:10AM

This won't help you for gmail, but if you have a Unix shell account you can forward your mail to, you can use procmail and formail to remove the GroupWise forwarding header. My IT dept has enabled IMAP, but it mangles all addresses with spaces, so I forward all my GW email to a Linux machine (which has an IMAP server) that I check with Mail.app. This is the procmail recipe I use:

:0fw: formail.lock
* ^From:.*YOUR_GW_EMAIL_HERE
| formail +1 -ds

-Esme

[ Reply to This | # ]