MN05 vs SCOT: How to obtain mail status messages (with SP 8)?

Since we've installed SP 8, we don't receive E-mail status messages anymore.
In MN05 we always had two communication strategies (defined by "Doc Type/Purch. Org/Vendor") :
Vendor 1 (ex.: 123hotmail.com)
Send status/Requested statuts is set to "Return All Statuses"
send statuts/Status by Mail is set to "All Statuses"
SCOT is currently set to "not expecting any receipt confirmation or exceptions".
If we add « hotmail.com » in the domain exception list, our users will receive a status message for everything that is sent to this domain.
But the goal is to receive status message only for the two vendors defnied in the comm. strategy.
Any idea?

I made this test...
In SCOT,  I added this address as an exception: 123<at>hotmail.com.
Then in ME9F, I edit my message to the vendor 123<at>hotmail.com... And I receive a receipt confirmation, good.
Then I edit a message to the vendor 789<at>hotmail.com... And I receive a receipt confirmation too, that's the problem...

Similar Messages

  • How to move Mail.app messages with AppleScript

    I have the following AppleScrip to move all Mail messages from one folder to another folder:
    on run {input, parameters}
              tell application "Mail"
                        repeat with theMessage in {messages in mailbox "Later" of account "[email protected]"}
                                  set theMailbox to mailbox "INBOX" of account "[email protected]"
      move theMessage to theMailbox
                        end repeat
              end tell
              return input
    end run
    When I run the script, it gives an error message:
    Syntax Error. Mail got an error: Can't make {message id xxx} of mailbox "Later" of account "[email protected]" into type scpcifier.
    What do I have to change to make this script work?

    What you are trying to do, move mail messages older than some time to a different folder, isn't really something that should be down by a rule. Rules are meant to examine messages as they arreive and to prefrom some action based on the mesage.
    You would do better to make this a straight AppleScript that you would then run as needed or triggered by something like iCal on a daily basis.

  • How long does Mail save messages?

    How long does Mail save messages? What happens to them at the end of that period?

    Depends. If you have a POP account and download your messages, then they are on your hard drive until you delete them. However, unless you enable the option to save email messages on the server once downloaded the message are deleted from the server immediately. Your email ISP may retain backups for some period of time, but you would need to ask them about it.
    If you have and IMAP account your messages are saved on the server unless you delete them. They will be retained on the server indefinitely.

  • How to associate a test message with a change document

    I am using solution manager 7.01.
    accessing my change documents through the workcenter I need to create a new test message - so I use the Create transaction button on the button bar, Service Process, Test Message
    Then I am in the create test message screen.  However from here I cannot see how to associate my test message with either the change document that I was processing or to the maintenance cycle.
    Ideally I want to link the test message to the change document however at least to the maintenance cycle.
    How do I do this?
    Am I creating the test message in an incorrect way?
    regards
    Marina

    Anyone?  Does no one use Test Messages?

  • How to send a SOAP message with attachments

    How to send a SOAP message with attachments thru webservice using axis-1_3 can any one sujjest.............................

    Please refer
    http://www.javaworld.com/javaworld/jw-09-2003/jw-0912-webservices.html
    http://xml.sys-con.com/read/40315.htm

  • How to obtain PERNR during BDC with PA40

    Greetings!
    I recorded a PA40 session and am using the code in my program with success.  However, now I must make a call during the BDC code to a FM which requires the PERNR.  I'm not sure how to obtain the PERNR while the BDC code is executing.  I'm sure if I was doing it manually via PA40 I would be able to "see" the PERNR on the screens but I'm not sure how to obtain it while the BDC code is running.
    Thanks in advance.
    Snippet of code:
        PERFORM bdc_dynpro      USING 'MP000200'                '2010'.
        PERFORM bdc_field       USING 'BDC_CURSOR'              'Q0002-FATXT'.
        PERFORM bdc_field       USING 'BDC_OKCODE'              '=UPD'.
        PERFORM bdc_field       USING 'P0002-BEGDA'             lv_begda.
        PERFORM bdc_field       USING 'P0002-ENDDA'             '12319999'.
        PERFORM bdc_field       USING 'P0002-NACHN'             gt_enrollment-lname.
        PERFORM bdc_field       USING 'P0002-VORNA'             gt_enrollment-fname.
        PERFORM bdc_field       USING 'P0002-MIDNM'             gt_enrollment-mname.
        PERFORM bdc_field       USING 'Q0002-PERID'             gt_enrollment-ph_ssn.
        PERFORM bdc_field       USING 'P0002-GBDAT'             gt_enrollment-dob.

    Rob:
    Thanks for the reply.
    The following two lines are the ones that my functional guy is telling me I need to change from hard-coded values to those from HR_BEN_GET_FROM_FEATURE_XXXX; however, this FM requires the PERNR.  It looks like the only option I have is to wait until the BDC is finished and then do a "MOD" operation via HR_INFOTYPE_OPERATION.  Suggestions?
        PERFORM bdc_field     USING 'P0171-BENGR'            '0002'.
        PERFORM bdc_field     USING 'P0171-BSTAT'            '0002'.

  • How do I use multiple messages with CAN CREATE MESSAGE?

    I'm an old hand at DAQ, but new to CAN.
    I need to configure the CAN interface without using MAX or a DBC file directly (because i want the user to configure EVERYTHING in one place, and MAX doesn't handle my other channels).
    I can provide the message IDs, channel start bits, etc., etc., by importing a DBC file myself.
    So I'm looking at the CAN CREATE MESSAGE vi. I can make it work, using a single message, and a few channels on that message.
    But how do I add another message to that task? Or do I create another task to handle a different message?
    What's the difference between CAN CREATE MESSAGE and CAN CREATE MESSAGEex? I can't find any in the help docs.
    Steve Bird
    Culverson Software - Elegant software that is a pleasure to use.
    Culverson.com
    Blog for (mostly LabVIEW) programmers: Tips And Tricks

    you can’t programmatically add messages/channels to an already existing task
    So I can't create a task with more than one message, and I can't add a message to an existing task.
    That sounds like I have to have a separate task for each message I want. That means separate READ operations at DAQ time. I hope the overhead doesn't cost too much (I'm doing a thousand other things at DAQ time).
    I have an RT card in the system I'm designing. It's only using about 5% of the CPU time (PID controlling an engine). Will NI-CAN stuff work on the RT? How do I physically connect it? Is CAN just RS-232 at fast baud rates, or are there more electrical differences?
    Steve Bird
    Culverson Software - Elegant software that is a pleasure to use.
    Culverson.com
    Blog for (mostly LabVIEW) programmers: Tips And Tricks

  • How to create workflow-status = failed with ContentService?

    Hi!
    For test-purpose I need a workflow with the status "failed". How can I create one?
    greetings
    Verena

    Hi Robert
    May this help
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/d6/eddef503944dc6bbe8d81a2cec44e8/frameset.htm">Customising UWL tabs</a>
    Check the <a href="https://help.sap.com/javadocs/NW04S/current/uw/index.html">UWL API</a>
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/57/c223be82104792a15c2df11377b9ed/frameset.htm">Using UWL</a>
    http://help.sap.com/saphelp_nw2004s/helpdata/en/0a/ad68c125ae496f8c04a25090bd2e3c/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/3e/09df7f284f4fb9b50aaedf80652f4c/frameset.htmhttp://help.sap.com/saphelp_nw2004s/helpdata/en/36/dd4ad73c86412e81e9ce66eeb147e7/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/09/6d6b17b29b4eef83a553acaa52f668/frameset.htm
    Thanks
    Swathi

  • How to install Mail?  Happy with it?

    Hi
    I deleted Mail from my drive because I intended to continue using Office, having used Windows until abandoning it after upgrading to Vista.
    Now I'm thinking I'll ditch Office too, and use iWorks08 and Mail.
    I'd like to know how to re-download Mail as I don't seem to be able to do that from the Apple site.
    Anyone know how to do this?
    By the way, I've noticed quite a few people are unhappy with various aspects of Mail and was wondering if people who've used both Office Entourage and Apple's Mail have would like to share their opinions of switching to Mail.
    Thanks for your time and helpful comments.
    Richard

    ...and after doing a custom install from the 10.4 DVD, download OS 10.4.10 COMBO (not incremental "delta") update (google for it) using "PPC" or "Intel" as additional search terms, and apply that, too, just in case there were any patches to Mail done by the minor rev updates.

  • How do I archive IMAP messages with non Gmail/iCloud account on iOS Mail.app?

    This may seem like a simple question, however I don't seem to be able to work this one out for myself. I hope you guys/girls can help!
    I have my IMAP email account setup on my iPhone (own domain name, DBmail IMAP mail server running on VPS). Email works great; I can send/receive, delete, move messages no problem.
    When I used MobileMe, Gmail or iCloud, I was given the option to "Archive mail" in the account configuration for that mail account in Settings.app. However, with a simple IMAP account, even though I have an "Archive" folder in my IMAP mailbox, which shows up with a suitable 'Archive-like' icon in Mail.app on my iPhone, I am not given the option to "Archive mail" - i.e. move a message from 'Inbox' to 'Archive' by touching the Archive button - Instead, I just get the delete button, which just moves messages to my 'Trash' folder in my mailbox.
    Up to now, I've just put this down to Mail.app on iOS lacking this functionality. After upgrading to iOS 6 this morning (which I hoped would bring this functionality) I'm starting to question whether there's a setting or a workaround that I've missed that provides this functionality. I'm not sure I understand why Mail.app on my MAC allows me to Archive mail for my simple IMAP account, but my iOS devices won't.
    Does anyone know of a way to get a simple IMAP account setup in Mail.app on iOS to 'Archive' mail, as opposed to delete? Please chime in if you have any suggestions.
    Joe

    I know this is old but it's google #1 for the relevant search and it took me a while
    Settings -> mail, contacts, calendars -> pick the imap account -> advanced 
    Move discarded emails to:
    Pick the 'archive' option
    I have no idea why, must be apple logic, but with delete being the default that's all you can do, when archive is the selection it replaces the deleted button but you can hold it down to get a delete/trash option also.

  • How to obtain a perfect line with this kind of scientific data graphs?

    In a lab the students get this kind of graphs to later be processed in an axial system:  a grayed pencil draw, very delicate, with all the imperfections in weight, intensity, etc.
    We need to obtain an uniform line (a solid one, without gray variations, same weight, etc)
    Autotrace seems the best tools although the results appear a little irregular.
    What could be the best approach as we have hundreds to process?
    Beginning with the scanning (more resolution?) and procesing firstly in Photoshop?
    Thank you.

    Your pink line looks exaclty like the first image you posted. Did you possibly swap the cyan and magenta colors in the legend (cyan looks less bumpy so so guessign that is actually you bezier path)?
    If the legend is swapped, then you should see the path is off immediately after using make work path in photoshop. If the dpi of your scan is high enough (eg: a of minimum1000 pixels in each direction, and tolerance setting is low enough, you should get better resutls.

  • A tip on how to get mail to work with O2 SMTP servers.

    I found I had a problem in Mountain Lion where Mail could not log into the O2 SMTP servers even though I was using the exact same settings that were on my iPhone, iPad and MBP running Lion?
    Well I finally found a solution.
    In Mail open preferences and click on Accounts and select the account in the lefthand pane.
    Click on the Outgoing Mail Server (SMTP) and in the drop down menu select Edit SMTP Servers to get:
    Normally the radio button against Use Default Ports would be checked, instead check Use Custom Port and insert the number 25 and click OK.
    Now back at the Accounts window click on Advanced at the top to get:
    Make sure you have Port 110, on mine changing the SMPT to 25 also altered this to 25 so worth checking. When you have finished close the preferences and click on save, quite Mail then restart hopefully all should work now.

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen. Click the Clear Display icon in the toolbar. Then take one of the actions that you're having trouble with. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • How to download only NEW messages with Mail app in MacBook Air?

    I added my hotmail account to the Mail App in my laptop and it downloads ALL of my emails every time I I click on Get Mail. Is there a way to progame it to do the same as in an iPhone or iPod Touch where you can configure it to show only the most recent emails?
    Thanks!

    Yup, no longer an option.
    Leave feedback for Apple about the feature here:  www.apple.com/feedback

  • How to send mail from linux with .txt file as attachment ..

    I want to send email from linux box and in the body of the email i want to have the content of dblog.txt file.
    I want dglob.txt file content to be part of the mail body.
    Thanks in advance!!

    Apr 29 15:19:35 lctwprddb01 sendmail[1616]: m3TJJZ4k001616: to=[email protected], ctladdr=oracle (500/500), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30109, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (m3TJJZhB001617 Message accepted for delivery)
    Apr 29 16:04:52 lctwprddb01 sendmail[1422]: m3TIP6LJ031388: to=<[email protected]>, ctladdr=<[email protected]> (500/500), delay=01:39:46, xdelay=00:48:01, mailer=esmtp, pri=120423, relay=cluster2a.us.messagelabs.com. [216.82.249.211], dsn=4.0.0, stat=Deferred: Connection timed out with cluster2a.us.messagelabs.com.
    Apr 29 16:07:36 lctwprddb01 sendmail[1619]: m3TJJZhB001617: to=<[email protected]>, ctladdr=<[email protected]> (500/500), delay=00:48:01, xdelay=00:48:01, mailer=esmtp, pri=120425, relay=cluster2a.us.messagelabs.com. [216.82.248.44], dsn=4.0.0, stat=Deferred: Connection timed out with cluster2a.us.messagelabs.com.
    Apr 29 16:07:52 lctwprddb01 sendmail[1627]: m3TILs2r031176: to=<[email protected]>, ctladdr=<[email protected]> (500/500), delay=01:45:58, xdelay=00:48:01, mailer=esmtp, pri=120429, relay=cluster2a.us.messagelabs.com. [216.82.248.45], dsn=4.0.0, stat=Deferred: Connection timed out with cluster2a.us.messagelabs.com.

  • How to display the status message based on student marks..

    Hi all,
    i have student table that has columns mark1,mark2,mak3...
    i want to display the student name,staus as pass or fail based on the marks.. in a single query..
    if the student score above 30 in all the subject i should display the status as pass other wise fail ( note:- status is not a column in the table)
    Thanks

    select e.student_name
          ,e.mark1
          ,e.mark2
          ,e.mark3
          ,decode(pass.flag,'Y','PASS','FAIL') status
    from   exam e
           , (select e2.student_id,'Y' flag
              from   exam e2
              where  e2.mark1 > 30
              and    e2.mark2 > 30
              and    e2.mark3 > 30) pass
    where e.student_id = pass.student_id (+);
    STUDENT_NAME      MARK1      MARK2      MARK3 STATUS
    CNAME                40         50         60 PASS  
    DNAME                60         70         80 PASS  
    ANAME                20         30         40 FAIL  
    BNAME                30         40         50 FAIL Edited by: JamesK on May 30, 2013 12:38 PM
    Edited by: JamesK on May 30, 2013 12:40 PM

Maybe you are looking for

  • Microphone for Mac -- Windows chat ?

    After being advised to buy a Macway (a French make) webcam [1], I splashed out, and well it doesn't work. Not only doesn't it work when I want to chat with friends using Windows/MSN, but it doesn't even work with those who have Macs and iChat. No sou

  • [SOLVED] Trying to get a fresh install of Arch to jump right into OBox

    As the title indicates, this is my goal. I do have some problems getting there: 1. When I boot the computer, it boots into a login screen (cli) for arch. 2. I have tried adding both startx and openbox-session to the .xinitrc (as described in the begi

  • Adobe Manager is a Nightmare!

    Hi, I hope sombody can help? Firstly, I've already spent two days of my 'Creative Cloud' subcription period exchanging texts with Adobe's 'co called' tech help (presumably in India) to no avail. Three times, I let their tech Guy attempt to resolve th

  • My iPhone won't update apps or let me purchase apps

    My iPhone 4 will not update apps or let me purchase apps. It is version 6.1.3

  • Frustrated with external css link

    I had an external css link that was working in edge version 2014.0, then I upgraded to 2014.1 and edge will no longer link to the external css link that it would before. (The reason I have an external css is that I have some elements that I am adding