Forwarded or Redirected message is garbled

Some emails that I receive are readable in Mail but when they are forwarded, the message is just line after line of garbled text like this: U291bmRzIGdyZWF0IHRvIG1lDQoNCkx1bmNodGltZSBtZ... (etc. it goes on for ages)
I see exactly the same when I view the message as "Raw Source" and I have discovered that this is Base64 encoding however this is clearly being ignored when Mail forwards or redirects the message.
So can anyone suggest a fix for this? Perhaps an Applescript that converts the message correctly before forwarding?
MacBook and iMac G5   Mac OS X (10.4.6)  

I get a similar thing - manual Redirects fine but Redirect-by-rule results in odd characters displaying - it's basically fine but british £ and the euro symbol don't render properly..... so interested to know if you solved it.
iBook G4   Mac OS X (10.4.7)  

Similar Messages

  • Mail message gets garbled... but only when sent with attachment to Android?

    I'm getting heat from my employer because I use a Mac and he doesn't (I use an iPhone and he uses an Android, see the consistency??). Regardless. When I send an email with windows-friendly attachment, he receives it fine on his PC, but on his Android, the message is garbled (attachment fine). If I log in via Safari to DeskPilot (our corporate email client) and send the same message and attachment, all is fine. Oh, and if we really want to get odd, a co-worker does the same thing and his message comes though empty, not garbled.
    Ideas, thoughts? This is causing a major migraine for me.
    Thanks very much!

    Perhaps I should have been a little bit clearer why I want to be able to send mail via my local mail/postfix system: I have several servers set up on my iMac, in particular:
        apache
        trac
    I want these servers to be able to send mail to, e.g.,
        webmaster@localhost
        root@localhost
        trac@localhost
    I have created aliases for these addresses in:
        /etc/postfix/aliases
    (I have also executed "newaliases"). These aliases all point to my own user account on the same machine (my iMac).
    Finally, I have a .forward file at the root level of my OS X account that forwards all local Unix mail to my normal e-mail account handled by my ISP.
    This way, all local mail sent to "webmaster2, "root", "trac", etc., should be sent to my normal e-mail address that I monitor with Mail.app.
    *This all worked perfectly with Mac OS X 10.4.x,* so I know it should be possible. However, I have only now just tried to set this up 10.5.x (Leopard) and, clearly, I am having problems.
    Perhaps this motivation for wanting to send e-mail via the Unix mail system will help others understand my situation, and I hope someone can point me in the right direction. Thanks very much in advance.

  • How do I forward a text message with the iPhone?

    How do I forward a text message with the iPhone?

    You could take a screen shot (hold and release both buttons simultaneously) and then email the resulting image to someone.
    // crude workaround for now...

  • Load-balancing TNS redirect message to include IP instead hostname?

    Is it possible to configure somehow (via Oracle or OS settings) that on a TNS redirect message (as resulting from server-side load balancing), the embedded connection string contains the target instance address as an IP address instead of a hostname? Thanks!

    Ron wrote:
    Is it possible to configure somehow (via Oracle or OS settings) that on a TNS redirect message (as resulting from server-side load balancing), the embedded connection string contains the target instance address as an IP address instead of a hostname? Thanks!My guess is that this is dependent on how the Listener was instructed to listen on a port. I posted about in message {message:id=9120517} - how specifying an IP address as a listener end point changes the behaviour when specifying a hostname as end point instead.
    If instructed to use a specific IP address as listening end point, then it cannot really pass a hostname to the client as that hostname may resolve to another IP used by the server.
    It should be relatively simple to set up a test case for this - what Oracle (4 digit) version are you using?

  • Forward normal text messages to iMessage?

    As a Google Voice user, I've found that the experience on an iOS device is always lacking, mostly because the apps don't have the attention to detail that the Apple-designed apps have.  That being said, I'd like to know if there's a way to forward normal text messages (sent to my google voice number) to my Apple ID/iCloud account in order to have them show up in iMessage.  I'd imagine that there's some magic juju that goes on behind the scenes that identifies messages as normal SMS or apple's format, and routs them accordingly.  For the folks out there who have the ability to parse this sort of thing, is there a special way that iMessage handles messages (i.e. a specific/proprietary header, unique address, gateway, etc.), or is it just one of those things that goes on under the cover of night in dark Apple rituals?
    I appreciate the time and consideration!

    iMessage is, at this time, only iOS to iOS. There is no way, currently, to make a message from somewhere else appear to have come from an iOS device.
    In the Google Voice settings, under "Phones", if you tick the box saying "Receive text messages on this phone", the text will show up in the Messages app on the iPhone as a standard message.
    Best of luck.

  • Web Page Redirection Messages

    I am urgently trying to send out my newsletter and am receiving "Web Page Redirection Messages" when clicking on any external links from the email. This is my 23rd monthly newsletter and it has never happened before.
    The major problem is I have businesses who are paying for advertising in my newsletter and they will not accept having a message display first before accessing their site.
    Can anyone tell me please WHY this has suddenly occurred. And also what can be done to fix it?
    http://www.shirewomen.com.au/Redirect.aspx?destination=http%3a%2f%2fwww.fitintolifept.com. au%2f

    Hi there:
    http://helpx.adobe.com/business-catalyst/partner/enable-links-external-domain-names.html

  • Unexpected error forwarding or redirecting to login page

    Hello Everybody!!
    I am having problem with JEE 5 update 3.
    after starting the server http://localhost:4848/ fails to open the login page .
    The log in >domain>domain1>log>server shows the following error
    Unexpected error forwarding or redirecting to login page
    java.lang.NoSuchMethodError: javax.servlet.ServletContext.getContextPath()Ljava/lang/String;
    Please help me .I have installed JEE 5 from java_ee_sdk-5_03-windows-nojdk.
    I am working on win XP and have jdk1.6.0 installed.
    please help.I am really getting irritated as i am stuck at this place for very long.
    Thanks in advance.

    Is there any body who can figure it out what i should do.
    Common plz help.

  • ACE port redirection message to client

    Hi,
    I need to configure a new VIP so that if the requests come on port 80 it sends a redirection message to clients saying to try on port HTTPS://*:9443, is the configuration below correct?
    rserver host server1
      description host1
      ip address 1.1.1.1
      probe probe-http
      inservice
    rserver host server2
      description host2
      ip address 1.1.1.2
      probe probe-http
      inservice
    serverfarm host sfarm1
      rserver server1
        inservice
      rserver server2
        inservice
    rserver redirect sfarm1_redirect_9443
      webhost-redirection https://%h:9443%p 301
      inservice
    serverfarm redirect sfarm_redirect_9443
      rserver sfarm1_redirect_9443
        inservice
    class-map match-all VIP_HTTP
      description Match HTTP
      2 match virtual-address 2.2.2.2 tcp eq www
    class-map match-all VIP_HTTPS
      description Match HTTPS
      2 match virtual-address 2.2.2.2 tcp eq 9443
    policy-map type loadbalance first-match http_Redirect_Policy
      class class-default
        serverfarm sfarm_redirect_9443
    policy-map type loadbalance first-match https_9443
      class class-default
        serverfarm sfarm1
    policy-map multi-match VIPS
    class VIP_HTTP
        loadbalance vip inservice
        loadbalance policy http_Redirect_Policy
        loadbalance vip icmp-reply active
    class VIP_HTTPS
        loadbalance vip inservice
        loadbalance policy https_9443
        loadbalance vip icmp-reply active

    Hi,
    %h and %p are usually used when host and path remain same as is the case in redirection from http to https.
    You can also use the actual hostname and path if the above doesn't work. I think it should work but i haven't tested it before.
    You can try something like below:
    webhost-redirection https://test.com:9443 301
    Let me know how it goes.
    Regards,
    Kanwal

  • I cannot compose, reply or forward any email messages in gmail. Using Firefox 14.0.1. The page continuously showing "Loading" at the top. It doesn't happe

    I cannot compose, reply or forward any email messages in gmail. Using Firefox 14.0.1. The page continuously showing “Loading” at the top.
    It doesn't happen with all my gmail accounts, just 2 out of 3.
    I’ve read the suggested solutions to change the dom.storage config setting to true, but the setting was already set to true. Any suggestions?

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • IPhone mail : cannot reply, forward or create messages.  Can only delete a message by using the individual slide at the continue arrow.  The icons/controls "Delete" "Reply" "reply All" Flag" Download - .... all gone - they have disappeared.  Help.

    3G Iphone - Verizon: I cannot reply, forward or create messages.  Can only delete a message by using the individual slide at the continue arrow.  The icons/controls "Delete" "Reply" "reply All" Flag" Download - .... all gone - they have disappeared.  Help.

    Restart your iPhone. If that's not work repeat the Reset (Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.)

  • HT4993 How can I forward a voice message from my iPhone to an email or to another phone.

    How can I extract a voice message on my iPhone 4S. It's become a legal battle, I need the capabilities to forward this voice message through email and other phones.

    Gmail has this ability - if you don't have one, set up a gmail account.

  • Can I auto forward sms/text messages to another phone?

    I find myself in the unenviable position of carrying two phones and I need to have my main phone (iPhone 4) forward sms/text messages to my other phone (Samsung Infuse).
    After tinkering with the various setting on the phone, and trying to Google it for the past couple of days I haven't been able to find ANYTHING! 
    If anyone knows of any apps, settings, tips, tricks, or work arounds I would really appreciate it!
    Thanks,
    GBA

    Take a look at Google Voice. I use it so I don't have to carry 2 phones. One personal, one for work.
    It gives you a new number that you can direct to ring multiple phones simultaneously if you like. It will also handle text messages and forward them for you.
    Even if you're only going to carry one phone, this gives you a # you can have other people call without having to give them your personal #.
    There are other neat tricks you can pull with this. For example, it can display your GV # in the caller ID for incoming calls instead of the actual callers #. If you have a plan that gives you unlimited calling to specific #s, that means all those calls can be free if you add it to your friends/family/Alist/whatever they call it now.
    You can also set time restrictions so that it will only forward calls/messages during certain hours or to different phones at different times. When I'm working or on call, I get calls from the office. If I'm not, they won't ring through (they want me on call, they can pay me for it. lol)
    I don't know if it will be helpful for you, but it might be.  The service is free with cheap international calling rates.

  • Can I forward my text messages from my iphone to my email automatically?

    can I forward my text messages from my iphone to my email automatically?

    If you mean the settings for iMessages where you can specifiy an email address other people with iMessage can reach you at, that has nothing to do with email. The iMessage still goes to the Messages app and there is no way to autoforward from that app.

  • Is there anyway to forward a text message?

    Is there anyway to forward a text message or are there any applications that will allow me to do this? Also does anyone know if you can highlight text in either email or text and copy it to any section on the iphone 3G?

    Hi im new here ... I thought you couldnt forward messages, as I cant.... however my cousin just came from overseas and has an iphone 2G and he can... he just selects any part of the conversation bubbles and is given the option to delete or forward that part of a conversation... why does he have that feature and I with a iphone 3G does not?
    Anyone know?

  • How do I reply to or forward visual voicemail messages?

    How do I reply to or forward visual voicemail messages?

    To reply, tap "Call Back" -- see page 52 of the user manual: http://manuals.info.apple.com/MANUALS/1000/MA1565/en_US/iphone_user_guide.pdf
    Forwarding varies by carrier. The following has instructions for AT&T, Verizon, Sprint: http://science.opposingviews.com/forward-voice-mail-messages-iphone-14321.html

Maybe you are looking for

  • HOW TO RESTRICT DUPLICATION OF ITEMCODE IN PURCHASE ORDER

    Hi to all, In PO, we can select same item for a single document. Is there any work around solution to restrict the duplication of item in PO. Thanks in Advance, Sagar

  • How to remove "other" files from iphone memory

    Concerning how the memory is used on the Iphones under the "other" category, I have found that the biggest culprit is text messages that include photos and videos sent and received. Think about it, when you take a picture and then send it, even thoug

  • HT201541 App store wants to update a program already updated

    App Store shows me that iMovie was updated a week ago, but is still trying to update it again. Any way to fix this?

  • Silly SSD question

    i am changing my SSD to a bigger one.... is crucial.com in par with macsales.com? crucial is about 100$ cheaper than macsales though or which do you think is a better company for SSD which is also cheap though opinions and explanations please thank y

  • No more App Store Icon after last update?

    After I updated to IOS5, I got a few new Icons on my 4th Gen Ipod Touch.  However, there is no 'App Store' app anymore.  How do I access the App Store now? I tried through Safari but it says it cannot open the page. Tks