Bug: recipient display on messages with "reply to" tag

When replying to a message that was sent to me with a "reply to" address set, BBOS behavior is misleading to the point where I consider this a bug.  Specifically, it will honor the reply-to address without displaying any indication that it is doing so in the recipient information.
Explanation by example:
Someone sends me a message, and sets a reply-to address different from their own address.
I receive the message, and click reply on my Passport.
The "To:" field in my email appears to contain the person who sent me the original message.
I compose my message and send it.
Instead of being sent to the displayed recipient, it is sent instead to the address specified in the original message's Reply-to field.
This is a potentially abusable security risk.  That is, I could easily be tricked into sending a candid reply much more broadly than intended, since the recipient  my message will actually be sent to is occluded by the display name of the person I think I'm replying to.  Other clients handle this much better, by explicitly changing the recipient's display name so that it matches the address, and thus preventing confusion.  That is how BBOS should handle this situation.

Hello,
first of all please be aware that this is not a support website officially manned by BB employees. We are "just" a forum of BB users and developers.
Then, I'm not sure how often the situation you're describing could occur: it would mislead the user if someone uses a different "reply to" address than... which one? Isn't it logical that the device will use the "reply to" field when you hit the button "reply"?
How exceptionally this would occur, you only have to "touch" the recipient field of your reply and the device will show the address actually used to send the reply message.
Please don't forget to mark as "solved" if your question is replied and to "like" a useful reply to your post ;-)

Similar Messages

  • How to display error message with some variable

    Hi
    I want to display errror message along with material number which is thr in d LOOP .
    Basically i want some variable to display along with error message .
    Can anybody suggest me how can i go about it?
    Edited by: sonal musale on Apr 14, 2009 12:06 PM

    Hi,
    In the message class, suppose  you use 001 for invalid material message.
    So keep it like:-
    Invalid Material : &1
    in the message class for 001.
    Now in loop use as:-
    loop at itab into wa.
      "perform validations
      "if validation fails for current material
      MESSAGE e001 WITH wa-matnr.
    endloop.
    Similary you can use more variables:-
    Invalid Material : &1 &2 &3
      MESSAGE e001 WITH <variable1> <variable2> <variable3>.
    Hope this helps you.
    Regards,
    Tarun

  • Bug report: Mail sends messages with empty bodies

    Over the last year, I have experienced a particularly irritating bug in Mail.app at least a dozen times. I finally have a good idea as to what causes it.
    The problem involves long email messages (often with attachments) that end up being sent with blank bodies (and no attachments). Even the copy in the "Sent" folder ends up blank, and several minutes or hours of work vanishes into thin air, not to be seen ever again.
    I finally realized that this bug only occurs when sending mail through our work SMTP server while outside the work firewall, and only as a result of a certain sequence of events. Here is what happens:
    When we connect to our work SMTP server from outside the local network and without going through the VPN, the SMTP server requires password authentication. If the current SMTP selection in Mail.app is the one that does not require authentication, the SMTP server rejects the message. At that point, Mail.app opens the email I am trying to send and brings up a modal dialog that says "Cannot send message using the server xxx.xxx -- The server response was: xxx@xxx relaying prohibited. You should authenticate first." The dialog also presents a drop-down list of SMTP server choices. I choose the password-authenticated version of the server and then click on "Use Selected Server" to send the message.
    This works almost all the time, but on occasion it ends up sending a blank message! If I have a long email, particularly with attachments such as PDFs that are rendered in the body of the message, it takes a few seconds for the mail message to be rendered underneath the modal dialog box. Since I am used to this STMP rejection behavior, sometimes I am too fast to choose another STMP server from the list and click on "Use Selected Server" before the mail message is rendered on screen! The result, invariably, is a blank email message that gets sent.
    I guess what is happening is that when the STMP server rejects the message and hands it back to Mail.app, the message gets copied into a buffer in order to be displayed on screen. Selecting another server and resending it immediately (before the message is copied into the buffer completely) causes the message body to get trashed.
    I hope that this description is adequate for Apple QA folks to replicate and isolate the problem (and hopefully fix it). One solution (although not the most elegant one) would be to disable the "Use Selected Server" action until the message is copied into the buffer and rendered on screen.

    This could be related to another bug reported here recently:
    E-mail looses all images if mail server doesn't accept outgoing email...
    You cannot count on Apple looking into this or even noticing it if you report it here, so I suggest you the same I suggested in the other thread, i.e. report it in one of the following places:
    http://www.apple.com/macosx/feedback/
    http://developer.apple.com/bugreporter/

  • Append messages with out header tag " ?xml version="1.0" encoding="UTF-8"?

    Hi all,
    I am doing file to file scenario.When I use APPEND in the File adapter it is also adding <?xml version="1.0" encoding="UTF-8" ?>
    I need to send a file for every 10 minutes consolidate all files and send at the end of the day.
    <?xml version="1.0" encoding="UTF-8" ?>
    <ID>31154</ID>
    The next time when i send the file with different< ID>31155</ID>
    it should append ignoring <?xml version="1.0" encoding="UTF-8" ?>
    The consolidated file must look like this...
    <?xml version="1.0" encoding="UTF-8" ?>
    <ID>31154</ID>
    < ID>31155</ID>
    Thanks ,
    Srinivas

    Hey
    as pointed out by everyone else,there is no straight way for this,one thing u can do is that create two separate scenarios.
    in first scenario use content conversion on receiver side and keep on appending the text for 10 mins (guess this is ur pooling interval),now since ur using FCC u wont get <?xml version="1.0" encoding="UTF-8" ?>,you will get a flat file on receiver side.
    after 10 mins u can have one more scenario which picks up this flat file and this time use FCC on sender side so that it will convert this flat file to XML,in this way you will get <?xml version="1.0" encoding="UTF-8" ?> only once.
    hope this solves ur problem.
    just make sure that you specify correct polling intervals for both the scenarios.
    thanx
    ahmad

  • Display a message in a For Loop  with field value

    Hello All,
    pls,i wanna display a message in a For Loop with field value the code is:
    FOR Q1 IN GET_SUM_EXP_QUANTITY LOOP               .
    INSERT INTO PLN_PLAN_DISTRIBUTION_WAY
    (FIN_YEAR_CODE , MONTH_CODE , MATERIAL_CODE , DISTRIBUTION_WAY , EXPECTED_QUANTITY , GROUP_CODE)
    VALUES (:PLN_PLAN.FIN_YEAR_CODE , TO_CHAR(V_FROM_DATE,'MM') , Q1.MATERIAL_CODE , 1 , V_MONTHLY_QTY , Q1.GROUP_CODE);
    MESSAGE(':PLN_PLAN.FIN_YEAR_CODE'||:PLN_PLAN.FIN_YEAR_CODE ||' '||'V_FROM_DATE = '||TO_CHAR(V_FROM_DATE,'MM'), 'Q1.MATERIAL_CODE'||' '|| Q1.MATERIAL_CODE||' '||'DISTRIBUTION_WAY'||' = 1'||'EXPECTED_QUANTITY'||' = '|| V_MONTHLY_QTY||'GROUP_CODE'|| ' '|| Q1.GROUP_CODE);
    FORMS_DDL('COMMIT');
    How 2 display a message with the value:
    Q1.MATERIAL_CODE
    Q1.GROUP_CODE
    message(Q1.MATERIAL_CODE)     
    gave me numeric or value error on run time when pressed on button
    Regards,
    Abdetu..

    Thanks 4 reply..
    again they r in a For Loop as mentioned above...
         INSERT INTO PLN_PLAN_DISTRIBUTION_WAY
                                                           (FIN_YEAR_CODE , MONTH_CODE , MATERIAL_CODE , DISTRIBUTION_WAY , EXPECTED_QUANTITY , GROUP_CODE)
                                            VALUES (:PLN_PLAN.FIN_YEAR_CODE , V_REPAIR_MONTH , Q1.MATERIAL_CODE , 1 , V_REPAIR_Qty , Q1.GROUP_CODE);
    FORMS_DDL('COMMIT');
    The fields in bold r required to be displayed for testing puposes..
    this gives me numeric or value error in runtime..
    Best regards,
    Abdetu..

  • How to display warning message box with yes and no buttons

    Hi,
    I am writing the code to delete emp details from database.
    I want to display warning message with yes and no buttons after clicking the delete button in the same page, if yes is clicked, i want to invoke delete() method in AM.
    Is it possible, if yes pls suggest me how to do it.
    Thanks
    Message was edited by:
    user536125

    This is being discussed in
    warning message(dialog page) to be displayed in the same page
    Thanks
    Tapash

  • Display Error message for items in ME21N

    Hi everybody,
    i made some controls for items order using the User-Exit EXIT_SAPMM06E_006.
    If the control don't pass, i display an error message using MESSAGE instruction.
    The probleme is when i'm doing it, the Error message is display in the task bar, as a general message and not just for the item controlled (statut field).
    So how can i do to display my message with the message list for the item ?
    Thanks in advance.

    Hi,
    You have to use function module ME_LOG_SAVE for including your messages in the application log.
    Please check the below similar code. You may have to use OOPs concepts to add messages to the application log.
    FORM mepo_save_aplg_messages.
      DATA: l_log_handles TYPE bal_t_logh.
      FIELD-SYMBOLS: <l_hdl> LIKE LINE OF l_log_handles.
      CHECK fc_vorga EQ cva_en.
      CHECK NOT gf_id IS INITIAL.
      CHECK ekko-memory NE space OR
            *ekko-memory NE space.
      IF NOT gf_log_handle_read[] IS INITIAL.
        INSERT LINES OF gf_log_handle_read[] INTO TABLE l_log_handles.
    prepare old logs for deletion
        LOOP AT gf_log_handle_read ASSIGNING <l_hdl>.
          CALL FUNCTION 'ME_LOG_DELETE'
               EXPORTING
                    im_log_handle = <l_hdl>
               EXCEPTIONS
                    error_message = 1
                    OTHERS        = 2.
        ENDLOOP.
      ENDIF.
      IF NOT gf_log_handle_save IS INITIAL.
        INSERT gf_log_handle_save INTO TABLE l_log_handles.
      ENDIF.
      CHECK NOT l_log_handles[] IS INITIAL.
    save deleted and new logs
      CALL FUNCTION 'ME_LOG_SAVE'
           EXPORTING
                im_log_handles = l_log_handles
                im_update_task = 'X'
           EXCEPTIONS
                OTHERS         = 1.
    ENDFORM.
    Thanks,
    ramakrishna

  • Regarding Message with No.of Records,date,timewith AM/PM

    •     I generated the Idoc with future Dated Cost Centers
    i want display the message with no.of records hold by the IDoc ande “Date of Run: xx/xx/xxxx xx:xx AM/PM where the x’s represent today’s date/time”, Number of Cost Centers Sent: x.
    Tell me the procedure with Example

    While the action you describe is not normal for the iPhone, is this the only time that it has occurred or has it happened again? There are the normal user trobleshooting procedures that you can follow, power off/on, reset, restore, however, if it has not happened again, it sounds like an isolated incident that has not been duplicated.
    Also, do you have a passcode lock on the phone to prevent others from accessing your data?
    Message was edited by: ChrisJ4203

  • Display long message

    i have to display a message with 100 characters
    how can i display it without getting it truncated in the message window

    Hi,
    save the message as "abcd &1 xyz"
    data:var type string.
    data:num.
    DO 100 TIMES.
      num = sy-index.
      concatenate var num into var.
    ENDDO.
    MESSAGE s036(zcls) with var.
    rgds,
    bharat.

  • My iPhone is skipping back to the start of a song every time I unlock it, especially when I am replying to a text message, this is very frustrating and just want to know if it is a simple bug that will be dealt with in the next update?

    My iPhone is skipping back to the start of a song every time I unlock it, especially when I am replying to a text message, this is very frustrating and just want to know if it is a simple bug that will be dealt with in the next update?

    Assuming the phone isn't jailbroken, the basic steps (as needed) are:
    Restart phone (you already did this)
    Reset phone
    Restore phone in iTunes using a backup
    Restore in iTunes as new, without using a backup
    See appendix B of the User Guide for details
    http://manuals.info.apple.com/en_US/iPhone_iOS4_User_Guide.pdf
    If your phone is jailbroken, this is the most frequent cause of the problems you described.  Restoring could permanently brick the phone.
    Note that your iOS is old and the current version is 4.2.8.  It's odd that it wasn't updated when your activated your phone in iTunes, being that you got it last Friday.

  • HT204088 When trying to update an app, it partially downloads and then displays the message "unable to download item" Please try again later. This happens on any app I try. I have tried deleting the app and reinstalling with same results. What can I do?

    When trying to update an app, it partially downloads and then displays the message "unable to download item" Please try again later. This happens on any app I try. I have tried deleting the app and reinstalling with same results. What can I do?

    I have the same thing happening on my iPod Touch 5th gen. Been happening for at least a month. I have updated to the most recent version of iOS which hasn't solved the issue. Must be a bug that they didn't get around to resolving yet, a year later. Really annoying to have it pop up when you are in the middle of a game though.

  • When I reply or forward a message with an attachment the attachment does not forward with the email

    Someone sent a message with an attachment. I replied but the attachment doesn't show in my reply. I want to be sure the attachment goes with the reply.

    Unfortunately Micrisift have difficulty with understanding standards so they make mail programs that do not correctly encode attachments. Thunderbird can display them, but not forward defective mime encoding. This is a conscious decision of the developers, they are not spreading what they see as defective mail.
    Forward such mail as an attachment. It is on the message menu (Alt + M) on on the drop down beside the forward button.

  • TS1292 Dear support Apple! A week ago I moved to Spain and bought 2 Gift Card in the amount of 15euro. When I entered the code App Store displays a message that you need to change the country but I was left with 10 cents in the account that you can not po

    Dear support Apple! A week ago I moved to Spain and bought 2 Gift Card for 15euro. When I entered the code App Store displays a message that you need to change the country but I was left with 10 cents in the account that not possible to spendt. Please delete this 10 cents from my account

    Please be aware that you are not communicating with Apple when you post in these forums. The only people who will reply to your posts are your fellow users. You need to go here:
    iTunes Support
    and follow the instructions to report the issue to the iTunes Store.
    Regards.

  • HT201210 Synching iPhone after factory restore and restore from backup; synching appears stuck on Step 5 of 5, "waiting for items to copy."  That message displays for hours with no apparent progress.

    Synching iPhone after factory restore and restore from backup; synching appears stuck on Step 5 of 5, "waiting for items to copy."  That message displays for hours with no apparent progress.

    I never had this problem, but just noticed it happening.. Please note it's a BUG. I went out and bought a 128GB  iPhone just to hold all my songs. It wouldn't work. This never happened with the iPhone 3/3s/4/5/5s but started happening with the iPhone 6. After 40 hours of working through all possible solutions on the web and with Apple cares support (supposedly senior level) They finally suggested what the problem was. I had "Convert higher bit songs to 128  aac" Checked. This does not work One more thing when I unchecked that, the sync took like 3.5 hours instead of the 9-12 hours is usually took even on the smaller iphones. I have 98.7GB of music. Before I was just syncing a list of specific songs.
    The syncing seems to be random when it has the problem though.

  • My iphone 4 started displaying a message box with the following message: "This accessory is not optimized for this phone. You may experience noise and loss of battery."  My question is: how to fix this?

    My iphone 4 started displaying a message box with the following message: "This accessory is not optimized for this phone. You may experience noise and loss of battery."  My question is: Why is this happening and how do I fix it? (I'm losing battery power precipitously). Thanks in advance for any assistance with this question.

    Thanks Kilted Tim, you solved the problem. I'm mightily impressed at the simplicity of the solution!
    Jaded Kane

Maybe you are looking for

  • Linksys WRT54GX-v.2 Router Web-Based Configurator

    The manual for this router says that a Mac can access the configurator for this router, yet when I do I get nothing but a couple graphics. No text. Why won't any browser on my computer render the page? Anyone else have this problem?

  • Automated process to get files from iScala System to GRC system

    Hi, iScala connector program run on local iscala servers.files are zipped up and place on ftp sites to download.once downloaded basis team copy the contents of zip files to IN Directory on GRC server.comparision utility is then run to move the files

  • PREL 7 vista, Naration, can anyone find a way to alter base/treble?

    I have tried to add naration to a PREL7 project but the resulting recording is not my voice. The mic used has been used with my Sony handycam DVD with no distortion. Can anyone advise, please.

  • Installer source location reverts to cd after selecting C drive with browse

    When specifying the installer properties on the additional installer page, there is a box on lower right for specifying installer source location.  For NI VISA Runtime 3.4.1, the location is set to D:\Vision 8.0.0 Acquistion Software.  I use the brow

  • Keyword Export Problems

    I have used Lightroom for years, and it is an integral part of my workflow. I have several computers with fully licensed version of LightRoom 3 that I use almost daily. One one of my machines - an apple imac (about two years old) the keywords assigne