Help trouble with forwarded message

Hello,
I realized that many people have this issues as I had recently, but I still need some help about this.
I found that original sender was actually receiving my forwarded message to other people.  I had an important correspondence to make with my Attorney since February, I forwarded several messages from my opponent to my attorney.  We have been resolving issues very well, but one day, the opponents suddenly changed their attitude and giving me a hard time.  I was checking my older correspondence with the person who was actually mediating the situation and found out that my conversation with my attorney was leaked to the opponents because I hit "forward" to including the original message from the sender(opponent).  The mediator actually saw what I was talking with my attorney.  it was bad enough, the mediator was not telling me she was recovering my e-mail to my attorney.  Now I have a trust issue to my mediator.  It is not professional that mediator leaked my conversation with my attorney to the opponents, but Apple mail set up caused this situation.  Am I wrong?  I want to know if I could avoid this by myself, if it was my problem, I want Apple to teach me how to use e-mail setting correctly ASAP.  In my understanding, it should be my choice if I including the original sender or not when I forward the message to others, correct? 
Why Apple automatically include the original sender when I forward my comments to others???
is anyone know to fix this problem?  We act civil to each other and the mediator was taking her position fairly, but once they knew my attorney has more to say to opponents, the mediator revealed her position toward executives in the company (opponent)  My legal issue to justify my position should not be jeopardized by something like this that I cannot control.  Bad thing is I didn't know the opponent are reading my conversation to my attorney until now.  I didn't say anything wrong on the e-mail to my attorney to offend the opponent, but the opponent has been over reacting to the issue with me.  Original issue was mediated by the mediator, but now I need my attorney longer to resolve the issue.  Because of the forwarding message setting with Apple, I had extra problem.  I recently send a message to the mediator and asked if she received any e-mail that should be going only to my attorney, she has no answer.  I don't like any e-mail setting I cannot fix causes this trouble in the future.  I will never forward the message to my attorney and ask a question again, but I want Apple to make better setting to avoid this kind of situation. 

seems like you tried to invoke the method parseXml of the class com.bt.ma.utils.xmlPolicyReader but used a wrong (illegal & incompatible) parameter attribute...

Similar Messages

  • "It is formatted incorrectly, or is not a format that iBooks can open". Can anyone help me with this message of a book that I purchased on iBooks, read, highlighted in the book and now I can't open it anymore. Please help!!!

    "It is formatted incorrectly, or is not a format that iBooks can open". Can anyone help me with this message of a book that I purchased on iBooks, read, highlighted in the book and now I can't open it anymore. Please help!!!

    Mine does the same thing occasionally, is your phone jailbroken? Sometimes it will work if you delete the book and reinstall it or put your phone into airplane mode then turn it back off.

  • Can anyone help me with this message?  We could not complete your itunes store request an unknown error occurred (-1202)

    Can anyone Help me with this message?  We could not complete your itunes store request an uknown error occurred (-1201)?

    You have to unplug your ipod and reload the page.

  • Having trouble with the messages on mac my friends using it are coming not registered when i try to send them a message

    having trouble with the messages on mac my friends using it are coming not registered when i try to send them a message

    That's probably because they're not registered.
    Messages only works if your friend has an iphone.
    There is a workaround that can work, though.
    set up an AIM account online.
    in System preferences > mail, contacts, and calendars, enter your new AIM account.
    in Contacts, on your friend's contact card, look for AIM. Enter their phone number right before that, with a +1 before it, and the area code:  i.e., +11234567899.
    This doesn't always work. Their cellular carrier has to cooperate with AIM. Some do, some don't. If it doesn't work, tell your friend to get an iPhone.

  • Little help please with forwarding traffic to proxy server!

    hi all, little help please with this error message
    i got this when i ran my code and requested only the home page of the google at my client side !!
    GET / HTTP/1.1
    Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-shockwave-flash, */*
    Accept-Language: en-us
    UA-CPU: x86
    Accept-Encoding: gzip, deflate
    User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727)
    Host: www.google.com
    Connection: Keep-Alive
    Cookie: PREF=ID=a21457942a93fc67:TB=2:TM=1212883502:LM=1213187620:GM=1:S=H1BYeDQt9622ONKF
    HTTP/1.0 200 OK
    Cache-Control: private, max-age=0
    Date: Fri, 20 Jun 2008 22:43:15 GMT
    Expires: -1
    Content-Type: text/html; charset=UTF-8
    Content-Encoding: gzip
    Server: gws
    Content-Length: 2649
    X-Cache: MISS from linux-e6p8
    X-Cache-Lookup: MISS from linux-e6p8:3128
    Via: 1.0
    Connection: keep-alive
    GET /8SE/11?MI=32d919696b43409cb90ec369fe7aab75&LV=3.1.0.146&AG=T14050&IS=0000&TE=1&TV=tmen-us%7Cts20080620224324%7Crf0%7Csq38%7Cwi133526%7Ceuhttp%3A%2F%2Fwww.google.com%2F HTTP/1.1
    User-Agent: MSN_SL/3.1 Microsoft-Windows/5.1
    Host: g.ceipmsn.com
    HTTP/1.0 403 Forbidden
    Server: squid/2.6.STABLE5
    Date: Sat, 21 Jun 2008 01:46:26 GMT
    Content-Type: text/html
    Content-Length: 1066
    Expires: Sat, 21 Jun 2008 01:46:26 GMT
    X-Squid-Error: ERR_ACCESS_DENIED 0
    X-Cache: MISS from linux-e6p8
    X-Cache-Lookup: NONE from linux-e6p8:3128
    Via: 1.0
    Connection: close
    java.net.SocketException: Broken pipe // this is the error message
    at java.net.SocketOutputStream.socketWrite0(Native Method)
    at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
    at java.net.SocketOutputStream.write(SocketOutputStream.java:115)
    at java.io.DataOutputStream.writeBytes(DataOutputStream.java:259)
    at SimpleHttpHandler.run(Test77.java:61)
    at java.lang.Thread.run(Thread.java:595)
    at Test77.main(Test77.java:13)

    please could just tell me what is wrong with my code ! this is the last idea in my G.p and am havin difficulties with that cuz this is the first time dealin with java :( the purpose of my code to forward the http traffic from client to Squid server ( proxy server ) then forward the response from squid server to the clients !
    thanx a lot,
    this is my code :
    import java.io.*;
    import java.net.*;
    public class Test7 {
    public static void main(String[] args) {
    try {
    ServerSocket serverSocket = new ServerSocket(1416);
    while(true){
    System.out.println("Waiting for request");
    Socket socket = serverSocket.accept();
    new Thread(new SimpleHttpHandler(socket)).run();
    socket.close();
    catch (Exception e) {
    e.printStackTrace();
    class SimpleHttpHandler implements Runnable{
    private final static String CLRF = "\r\n";
    private Socket client;
    private DataOutputStream writer;
    private DataOutputStream writer2;
    private BufferedReader reader;
    private BufferedReader reader2;
    public SimpleHttpHandler(Socket client){
    this.client = client;
    public void run(){
    try{
    this.reader = new BufferedReader(
    new InputStreamReader(
    this.client.getInputStream()
    InetAddress ipp=InetAddress.getByName("192.168.6.29"); \\ my squid server
    System.out.println(ipp);
    StringBuffer buffer = new StringBuffer();
    Socket ss=new Socket(ipp,3128);
    this.writer= new DataOutputStream(ss.getOutputStream());
    writer.writeBytes(this.read());
    this.reader2 = new BufferedReader(
    new InputStreamReader(
    ss.getInputStream()
    this.writer2= new DataOutputStream(this.client.getOutputStream());
    writer2.writeBytes(this.read2());
    this.writer2.close();
    this.writer.close();
    this.reader.close();
    this.reader2.close();
    this.client.close();
    catch(Exception e){
    e.printStackTrace();
    private String read() throws IOException{
    String in = "";
    StringBuffer buffer = new StringBuffer();
    while(!(in = this.reader.readLine()).trim().equals("")){
    buffer.append(in + "\n");
    buffer.append(in + "\n");
    System.out.println(buffer.toString());
    return buffer.toString();
    private String read2() throws IOException{
    String in = "";
    StringBuffer buffer = new StringBuffer();
    while(!(in = this.reader2.readLine()).trim().equals("")){
    buffer.append(in + "\n");
    System.out.println(buffer.toString());
    return buffer.toString();
    Edited by: Tareq85 on Jun 20, 2008 5:22 PM

  • Trouble with error message on desktop manager

    Hi,
    I am having some trouble with an error message I am getting when I try to sync my 8530 Curve with MS Outlook 2010.  It was working just fine and now I am receiving the error message "error code- 0x80043ade. Check documentation"  Any advice? 
    Thanks!
    Solved!
    Go to Solution.

    I had the same issue when I first tried to synchronize. The issue for me was when the BlackBerry Desktop Software had updated to Version 6, it left the older version - Version 5 - on my computer. If you go into the Control Panel on your computer and uninstall Version 5, and try re-synchronizing, it should work!
    Hope this helps!
    I hope my response helped you! If you like it, give me a kudo!

  • Trouble with forward() method in a Servlet

    I am new to Servlets and am having trouble with one that queries a database and forwards the data to a JSP. A portion of the code is below (The <i> are really , but are being displayed wrong).
                   for(int i = 0; i < numberOfRows; i++)
                        data2[0] = rs.getString("REIMBUR_DATE");
                        data2[i][1] = occupancyPCT;
                        data2[i][2] = rs.getString("RMBR_RATE_REVENUE");
                        data2[i][3] = rs.getString("RMBR_ROOM_TAX");
                        data2[i][4] = "reimbur total";
                        data2[i][5] = rs.getString("BOOK_RATE_REVENUE");
                        data2[i][6] = rs.getString("BOOK_ROOM_TAX");
                        data2[i][7] = "rebate";
                        data2[i][8] = "tax rebate";
                        rs.next();
                   request.setAttribute("CERT_INFO", data);
                   request.setAttribute("OTHER_INFO", data2);
                   request.setAttribute("NUMBER_ROWS", new Integer(numberOfRows));
                   ServletContext context = getServletContext();
                   RequestDispatcher dispatcher = context.getRequestDispatcher("/certdetails.jsp");
                   dispatcher.forward(request, response);
              catch(Exception ee)
                   PrintWriter out = null;
                   response.setContentType("text/html");
                   out = response.getWriter();
                   out.println("<html>");
                   out.println("<body>");
                   out.println("Exception !!<br>");
                   out.println(ee.getMessage());
                   out.println("</body>");
                   out.println("</html>");
    When I include the line with the forward() method, I get an exception and the message is "1998-08-20", the contents of data2[numberOfRows - 1][0]. I don't know why an exception is being generated or how it is getting this database value as its message. What's going on?

    Nevermind, I found the problem. There was an error in my JSP. I don't know how it affected the Servlet as it did, but...who cares!!

  • Anyone else having trouble with i message?

    My I message is very slow and doesn't activate a lot on my devices, I even tried different networks over wifi and no joy!

    I had trouble texting today as the touch screen was not responsive until I rebooted. Had nothing to do with my carrier.
    I also have trouble with the SwiftKey app when the keyboard does not display.  I sometimes can get it back up by going in Setting-General-Keyboard-SwiftKey and turning it off then back on.  But just as many times it will only display again after a reboot. I don't know if this is iOS 8.1.1 or SwiftKey.

  • I have installed the new i OS 7 on my IPAD, I am having trouble with sending messages.  I reset the imessage and networking as I did for the iphone but it still does not allow messages to be deleivered.  any suggestions?

    I have installed the new iOS 7 on my I Pad and am having trouble with messaging, I reset the imessages and networking and the messages are still not being deleivered.

    Reset all settings
    Settings>General>Reset>Reset All Settings
    Note: Data will not be affected but settings will be reset.

  • HELP!  I am having trouble with text messaging and sending pictures

    I have had the handcent app for a very long time and I have never had any issues with it.  Today I downloaded an up date and it is running VERY SLOW and also will not allow me to send pics. It just kicks me out to my home screen.  I have tried uninstalling the app and reinstalling it which did not help.  I have tried uninstalling it and just using the standard messaging and it just keeps trying to load the screen to text.  I have tried restarting the phone and turning it off for a few minutes.  My notifications are not running correctly either.  The text pops up then the sound come a minute or two later.  Anyone have any ideas on what to do to resolve this issue or experiencing the same thing?
    Thanks in advance!
        Kim

    From your description it sounds like you have something hogging up all your systems resources... Try downloading System Panel and activate the monitoring option under the settings and allow it to run and see if it shows any apparently that was using extremely high resources and then try to close it or you can try using a Task Killer for a minute and close. all unused Apps and see if problem continue.
    Also you could boot into Safe Mode and see what happens.. Instruction at http://support.verizonwireless.com/clc/devices/knowledge_base.html?id=42081

  • Having trouble with error message in itunes every since I had a new hard drive installed. Write access are not enough or permissions aren't allowed.  I have changed all of these in the corresponding folders, restarted and nothing works.  I need help bad??

    Got a new hard drive installed and since then, I cannot get purchased song into my itunes.  It is telling me that my write access or permission are wrong.  I have changed all and nothing works.  HELP!!!!!!

    Use the trackpad to scroll, thats what it was designed for. The scroll bars automatically disappear when not being used and will appear if you scroll up or down using the trackpad.
    This is a user-to-user forum and most people will post on here if they have problems. You very rarely get people posting to say there update went smooth. The fact is the vast majority of Mountain Lion users will not be experiencing any major problems with the OS, or maybe with apps which are not compatible, but thats hardly Apple's fault if developers don't update their apps.

  • Trouble with text messages going to the wrong person

    I have four family members all on the same Apple ID account.  Text messages are going to the wrong people when sent among family members.  Text A going to B ends going to C.  Not sure what the problem is.  Any help would be greatly appreciated.

    I have been experiencing this issue for the last few weeks and it is extremely annoying.  I've called Verizon 7 times and have gotten nothing but the run around.  What's even more annoying is hearing them say there will be a software coming out to correct the problem but they don't know when.  I'm very disappointed in Verizon.  I've been with them for many years.  They were my first and only carrier.  I will definitely not be taking this lying down.  I'm going to get a resolution, and if that means leaving Verizon, then so be it.  And if anyone from Verizon is reading this, PLEASE DO NOT offer up another apology.  I don't want another apology, I want this issue to be corrected, NOW!!

  • I am having some trouble with receiving messages from iMessage users when I don't have my iMessage turned on. When I called for support, I spent 30 min waiting and the woman's response to me was "Turn on your iMessage." I prefer not to use it

    I have an iPhone 5s and a MacBook Pro. Ever since I updated my computer software to Yosemite, it linked my Apple ID with my phone number and I am not receiving messages from iMessage users on my phone, but rather to my computer. I don't like to use iMessage so I keep it off and would like to receive all messages as SMS texts. I have already tried changing my Apple ID password, logging off of my Apple ID in iMessage on my phone and turning it off, and changing settings on messages on my computer. Nothing is working. Either the messages continue to go to my computer or the messages trying to be sent say they cannot be sent.
    After spending 30 + minutes waiting for technical support, the woman helping me (who did not give me her name) told me I should just turn on iMessage. After explaining that I don't like having iMessage on and asking why it worked for at least a year up until this point she said "things change and sometimes we don't know why things do what they do". She asked me about various other things on my phone such as bluetooth and told me to turn on and off airplane mode and the call disconnected. I have not been contacted since, even though she has my phone number.
    I am hoping for some help and also hoping people don't get the type of service I received tonight.

    I think you can solve your problems by removing your AppleID email address from BOTH the Messages setting on your iPhone and the iMessages settings on your Mac.
    On iPhone:
    Settings > Messages > iMessage > Dissabled
    Settings > Messages > Send & Receive > touch the "(i)" < touch "Remove This Email"
    On Mac:
    Open "Messages" application
    Click "Messages menu > Preferences
    Click "Accounts"
    Select your AppleID account
    Under the "You can be reached for messages at" settings, uncheck your AppleID email address and your phone number
    Then uncheck the "Enable this account" setting
    And lastly, ask all of your friends with iPhones to delete all iMessage conversations (blue bubbles) in their entirety.
    To test, send a friend a new text using their phone number (not their email address) and watch the color of the bubble.  If it's green then you are using SMS.

  • Can anyone help me with Error Message 3036??

    I tried to contact tech support about this. Well, that was a dead end. They told me I had a firewall that was blocking the downloads to resume and sending up an error message, but no cigar, because guess what?? I don't have Firewalls!!! Anyone older, wiser, and more experienced out there (aka tech wizards) to help a poor lost soul out?? Basically, I open iTunes and notice that there's downloads available to send to my PC, then I click the 'resume download' button, and the error message "Unable to check for downloads. An unknown error occured (3036)." pops up. I thought if the error was unknown, they wouldn't know that it was "Error 3036", but apparently 'Unknown' doesn't mean unknown anymore. Please, please help me!!

    The reply option won't let me paste the diagnostics how do I get them to come up?
    Message was edited by: on my last nerve Microsoft Windows XP Home Edition Service Pack 3 (Build 2600)
    Acer AOA150
    iTunes 10.3.1.55
    QuickTime 7.6.9
    FairPlay 1.11.17
    Apple Application Support 1.5.2
    iPod Updater Library 10.0d2
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 3.4.1.2
    Apple Mobile Device Driver 1.57.0.0
    Bonjour 2.0.5.0 (214.3)
    Gracenote SDK 1.8.2.457
    Gracenote MusicID 1.8.2.89
    Gracenote Submit 1.8.2.123
    Gracenote DSP 1.8.2.34
    iTunes Serial Number 0012AB70128D2830
    Current user is an administrator.
    The current local date and time is 2011-06-30 16:10:55.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is not supported.
    Core Media is not supported. (16005)
    Video Display Information
    Mobile Intel(R) 945 Express Chipset Family
    Mobile Intel(R) 945 Express Chipset Family
    **** External Plug-ins Information ****
    No external plug-ins installed.
    Genius ID: 767245d30071f5e9a3671e5feda75ae5
    iPodService 10.3.1.55 is currently running.
    iTunesHelper 10.3.1.55 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    **** Network Connectivity Tests ****
    Network Adapter Information
    Adapter Name:     {1E46F9E6-D2E7-4609-953E-75BE74221BD0}
    Description:     Atheros AR5007EG Wireless Network Adapter - Packet Scheduler Miniport
    IP Address:     192.168.0.5
    Subnet Mask:     255.255.255.0
    Default Gateway:     192.168.0.1
    DHCP Enabled:     Yes
    DHCP Server:     192.168.0.1
    Lease Obtained:     Thu Jun 30 15:43:49 2011
    Lease Expires:     Fri Jul 01 15:43:49 2011
    DNS Servers:     192.168.0.1
              205.171.3.25
    Adapter Name:     {3084DBB3-5F60-4037-8361-F5013CCDDEFE}
    Description:     Realtek RTL8102E/RTL8103E Family PCI-E Fast Ethernet NIC - Packet Scheduler Miniport
    IP Address:     0.0.0.0
    Subnet Mask:     0.0.0.0
    Default Gateway:     
    DHCP Enabled:     Yes
    DHCP Server:     192.168.0.1
    Lease Obtained:     Sun Jan 16 10:42:36 2011
    Lease Expires:     Mon Jan 17 10:42:36 2011
    DNS Servers:     
    Active Connection:     LAN Connection
    Connected:     Yes
    Online:          Yes
    Using Modem:     No
    Using LAN:     Yes
    Using Proxy:     No
    SSL 3.0 Support:     Enabled
    TLS 1.0 Support:     Enabled
    Firewall Information
    Windows Firewall is on.
    iTunes is enabled in Windows Firewall.
    Connection attempt to Apple web site was successful.
    Connection attempt to browsing iTunes Store was successful.
    Connection attempt to purchasing from iTunes Store was successful.
    Connection attempt to iPhone activation server was successful.
    Connection attempt to firmware update server was successful.
    Connection attempt to Gracenote server was successful.
    Last successful iTunes Store access was 2011-06-30 15:48:44.

  • Trouble with I message App

    I am unable to receive messages or send.  My e-mail works and my internet acess.  Any one know to fix this?  It had worked before.

    Hello there, Jas-65.
    The following Knowledge Base article offers some great in-depth troubleshooting steps for issues with Messages:
    iOS: Troubleshooting Messages
    http://support.apple.com/kb/ts2755
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

Maybe you are looking for