How do I let the sieve rules match on non-standard header fields in iMS 5.0p3?

I am able to create a per-user rule that matches on standard header lines, but if I am using a non-standard line, such as X-Spam-Flag, the rule won't apply. Is there any way to make this work properly?

On a site running 5.2 hf 0.9, I have the following sieve rule:
mailSieveRuleSource: require "fileinto"; if header :contains "X-Spam-Status" "Yes" { fileinto "SPAM"; }
and it works fine for me

Similar Messages

  • How can I activate the transfer rules for the ODS updating a data target.

    We are on BW 3.5 and I'm loading data into the 0FIGL_O10 ODS  and then uploading the data into the cube 0FIGL_C10. The data loads just fine to the ODS but when I try to <u><b>'update the data target'</b></u> I get a date & time stamp' error on the info-package transfer rules.
    I then Replicate the datasource 80FIGL_O01.
    I must then <u><b>'activate' the transfer rules</b></u>.
    However I cannot get the transfer rules for 80FIGL_O10 in CHANGE MODE to activate them.
    How can I activate the transfer rules for the ODS updating a data target.
    The error text is as follows:
    DataSource 80FIGL_O10 has to be replicated (time stamp, see long text)
    Message no. R3016
    Diagnosis
    DataSource 80FIGL_O10 does not have the same status as the source system in the Business Information Warehouse.
    The time stamp in the source system is 02/15/2007 10:42:33.
    The time stamp in the BW system is 11/07/2006 13:11:54.
    System response
    The load process has been terminated.
    <b>Procedure
    Copy the DataSource again and then activate the transfer rules that belong to it. You have to activate the transfer rules in every case, even if they are still active after the DataSource has been copied.</b>
    Thanks for your assistance.
    Denny

    Hi Dennis,
           Try, using Business Content to activate your data source
           hope this will help you
    How activate business content?
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a66d5e07211d2acb80000e829fbfe/frameset.htm

  • How can I copy the Mail "rules" I have already setup on my old MacBook over to the new machine?

    Setting up my new MacBook Pro. How can I copy the Mail "rules" I have already setup on my old MacBook over to the new machine?
    Is there a file I can copy & paste?

    Thanks Barry & all,
    Is it enough to just copy the rule-related files ??
    i.e.
    Library/Mail/V2/MailData/RulesActiveState.plist
    Library/Mail/V2/MailData/SyncedRules.plist
    Library/Mail/V2/MailData/UnsyncedRules.plist
    What you suggest copies the local mailbox content + all the settings ...
    while what I need is much less... and I'd like to be able to sync rules also in the future
    by copying something light and simple ... not the entire Library/Mail folder
    Many thanks,
    Stefania

  • How do I get the content to match when exporting pages document to word?

    How do I get the content to match when I export a pages document to word format?

    You simply cannot get an absolutely identical export, in any app to any app. Exporting from one app to another means converting/parsing code, therefore the result cannot be identical. In order to have control over your final result, use PDF export. If you need a closer compatibility with Word, use OpenOffice or LibreOffice. I would not bet that Word for Mac would presserve identical page setting if file is created in windows, or vice-versa.

  • How can we let the program run in backgroud automatically?

    normally,we need to find peak off time run big program
    that read pooled table and slowly.
    How can we let the program run in backgroud automatically?
    BTW:before that pop a window just give runner a notice.

    Here is an example, try this one.
    REPORT ztest.
    PARAMETERS: p_vbeln LIKE vbak-vbeln,
                p_bkrun NO-DISPLAY.
    DATA: ls_vbak LIKE vbak.
    DATA: v_answer,
          v_jobcount LIKE tbtcjob-jobcount.
      IF p_bkrun IS INITIAL.
    *-- not background processing
        CALL FUNCTION 'POPUP_TO_CONFIRM_STEP'
             EXPORTING
                  textline1      = 'This may time out.'
                  textline2      = 'Do you want to run in background?'
                  titel          = 'Warning!!!'
                  cancel_display = space
             IMPORTING
                  answer         = v_answer.
        IF v_answer = 'J'.
    *-- run in the background
          CALL FUNCTION 'JOB_OPEN'
               EXPORTING
                    jobname          = 'ZTEST'
               IMPORTING
                    jobcount         = v_jobcount
               EXCEPTIONS
                    cant_create_job  = 1
                    invalid_job_data = 2
                    jobname_missing  = 3
                    OTHERS           = 4.
          IF sy-subrc <> 0.
            MESSAGE ID sy-msgid TYPE 'E' NUMBER sy-msgno
                    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
            EXIT.
          ENDIF.
    *-- submit the program in the background
          SUBMIT ztest
            WITH p_bkrun = 'X'
            WITH p_vbeln = p_vbeln
            USER sy-uname
            VIA JOB 'ZTEST' NUMBER v_jobcount AND RETURN.
    *-- close the job
          CALL FUNCTION 'JOB_CLOSE'
               EXPORTING
                    jobcount             = v_jobcount
                    jobname              = 'ZTEST'
                    strtimmed            = 'X'
               EXCEPTIONS
                    cant_start_immediate = 1
                    invalid_startdate    = 2
                    jobname_missing      = 3
                    job_close_failed     = 4
                    job_nosteps          = 5
                    job_notex            = 6
                    lock_failed          = 7
                    OTHERS               = 8.
          IF sy-subrc <> 0.
            MESSAGE ID sy-msgid TYPE 'W' NUMBER sy-msgno
                    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
          ENDIF.
          EXIT.
        ELSE.
          CLEAR v_answer.
        ENDIF.
      ENDIF.
      CHECK v_answer IS INITIAL.
      SELECT SINGLE * FROM vbak
                      INTO ls_vbak
                     WHERE vbeln = p_vbeln.
      IF sy-subrc <> 0.
        WRITE:/ 'Invalid Order Id.'.
      ENDIF.
    END-OF-SELECTION.
      CHECK v_answer IS INITIAL.
      IF p_bkrun IS INITIAL.
        WRITE:/ 'Here is the result running the program in foreground.'.
      ELSE.
        WRITE:/ 'Here is the result running the program in background.'.
      ENDIF.
      WRITE:/ ls_vbak-vbeln,
              ls_vbak-vkorg.

  • How do I turn the CSS Rule Window off?

    How do I turn the CSS Rule Window off?
    Please don't say "you really should learn the use of CSS".  I create my own CSS for many years just fine without the nuisance of a popup window.

    Yes, I would also like to know how to turn-off the CSS rule.
    I support a user who has been using DreamWeaver for years and was recently forced to upgrade to the new version. None of the hundreds of files in the site he maintains use CSS. While I recognize it is a "better" and "more efficient" way to do things --- IF you're a sofware engineer -- it is not even close to being worth the cost to revise the entire site and retrain this user.
    So, how can i turn off, not just the pop-up, but how I can tell DW to just go ahead and do it the old-fashioned, embedded in the HTML way of doing things?
    All the user wants to do is change the color of some keywords, css is overkill when that's all he's doing.
    We'd go back to the previous version except the office was forced onto Vista and the older version won't run.

  • How can I download the new U2 album to my standard iTunes library on my Windows PC to which  I sync my classic iPod?

    How can I download the new U2 album to my standard iTunes library on my Windows PC to which  I sync my classic iPod?

    Hi paul from provence,
    Just for future reference:
    Cheers,
    GB

  • How can I use the F11 short cut to go to next field in Microsoft Word 2011 on Macbook Air

    How can I use the F11 short cut to go to next field in Microsoft Word 2011 on Macbook Air?

    The default setting for the function keys is that they do OS X functions.
    To get a regular function hold the fn key and then press the function key.
    This action can be reversed in keyboard preferences.

  • How can i change the sequence of text element in standard driver program ?

    Hi,
    can u tell me how can i change the sequence of text element in standard  sapscript driver program.. without making a zcopy of standard driver program.
    My problem is when MEDRUCK form is getting printed for PO print , header text is coming before item. But the requirement is to come it after item.So how cani do that without making the zcopy of  SAPLMEDRUCK program..Is there any enhancement point in SAPLMEDRUCK driver program..where i can put my customise code for changing the sequence of text element ?

    Hi,
        Just copy the MEDRUCK to ZMEDRUCK. No need to copy the driver program.
    1) SE71Menu > Utilities > COpy from Client
    MEDRUCK ->>Client 000
    New formname ZMEDRUCK
    2) Now open the ZMEDRUCK in DE language in SE71
    3) Menu > Utilities > Convert original Language
    Change DE  to EN, save and activate
    4) Now open the ZMEDRUCK in EN language
    5) Goto Pagewindows > Main window,
    Look for the HEADER text Text element, copy the whole code under this Text element just after the ITEM text Text element, and comment the HEADER text above.
    Now the Header text Text element will be below ITEM text only. This will full fill your requirment.
    Now goto NACE transaction and add the copied ZMEDRUCK to the EF application.
    Regards
    Bala Krishna

  • When I try to access iTunes or safari, I get the following message:The procedure entry point QTCF_CFHTTP message set header field value could not be located in the dynamic link library QTCF.dll  I uninstalled and reinstalled.same result HELP!

    When I try to access iTunes or safari, I get the following message:The procedure entry point QTCF_CFHTTP message set header field value could not be located in the dynamic link library QTCF.dll  I uninstalled and reinstalled.same result HELP!

    Taken at face value, you're having trouble with a QuickTime program file there.
    Let's try something relatively simple first. Restart the PC. Now head into your Uninstall a program control panel, select "QuickTime" and then click "Repair".
    Does the repair go through okay? If so, are you able to launch iTunes and/or Safari now?

  • How do I change the default ruler style settings

    I'm very frustrated with the lack of margins in the default ruler settings in cocoa apps. I would MUCH rather have the ability to set my defualt ruler settings including margins, font, size, etc. rather than reset them every time I create a new document. Is this possible? How?
    Thanks so much.
    Varen

    "Cocoa apps" is too broad a category - so the answer to that is "no". There's no system-wide setting for document formatting.
    But you may be able to do it for individual apps if you tell us which ones you are using. And even if there is no way to set a preference for a particular app, in general you can create a blank document with the formatting that you want, save it someplace convenient, then in the Finder right-click it, choose "Get Info" and check the "Stationary Pad" option. Then whenever you double-click that document, you'll get a new document with those same settings.
    That works with TextEdit, but you need to type a little bit of text for the new margins to stick (for some reason the margins reset to 0 if you leave the document blank).

  • How can I let the web to track my location?

    Just wanted to be tracked..

    Here you can how to turn on or off the do not track feature:
    *[[How to turn on the Do-not-track feature on Firefox OS]]

  • How do i return the count of matching characters in 2 string

    hi guys,
    is there any comparision function in oracle that return the number of matching character between 2 string ?
    example - 'josephine' and 'johnny'
    return 3 ('j','o' and 'n')
    please advice,
    Best Regards,
    Noob

    Hi,
    Type creation:
    CREATE TYPE t_character AS OBJECT
       v_character varchar2(1)
    CREATE TYPE characterList AS TABLE OF t_character;
    /Function creation:
    CREATE OR REPLACE FUNCTION fnc_compare_string(p_string_1 IN VARCHAR2,
                                                  p_string_2 IN VARCHAR2) RETURN VARCHAR2 IS
       RESULT  VARCHAR2(4000);
       v_list1 characterList := characterList();
       v_list2 characterList := characterList();
       v_first BOOLEAN := TRUE;
       c_separator CONSTANT VARCHAR2(1) := ',';
    BEGIN
       FOR i IN 1 .. length(p_string_1) LOOP
          v_list1.EXTEND;
          v_list1(i) := t_character(substr(p_string_1,
                                           i,
                                           1));
       END LOOP;
       FOR i IN 1 .. length(p_string_2) LOOP
          v_list2.EXTEND;
          v_list2(i) := t_character(substr(p_string_2,
                                           i,
                                           1));
       END LOOP;
       FOR reg IN (SELECT DISTINCT *
                     FROM TABLE(CAST(v_list1 AS characterList))
                   INTERSECT
                   SELECT DISTINCT * FROM TABLE(CAST(v_list2 AS characterList))) LOOP
          IF v_first THEN
             v_first := FALSE;
             RESULT  := RESULT || reg.v_character;
          ELSE
             RESULT := RESULT || c_separator || reg.v_character;
          END IF;
       END LOOP;
       RETURN(RESULT);
    END fnc_compare_string;Test:
    Connected to Oracle Database 10g Express Edition Release 10.2.0.1.0
    Connected as hr
    SQL> select fnc_compare_string('post', 'most') from dual;
    FNC_COMPARE_STRING('POST','MOS
    o,s,t
    SQL> select fnc_compare_string('post', 'jhon') from dual;
    FNC_COMPARE_STRING('POST','JHO
    o
    SQL> select fnc_compare_string('post', 'was') from dual;
    FNC_COMPARE_STRING('POST','WAS
    s
    SQL> select fnc_compare_string('post', 'w') from dual;
    FNC_COMPARE_STRING('POST','W')
    SQL> Regards,

  • How do we retrieve the category instances matching a search expression?

    Consider the following (simplified) example:
    We archive consolidated reports. Reports come from different branches each containing the data for multiple departments. We create a category containing attributes for the branch, department, and report date. We apply multiple instances of the category to each report, one for each department contained in the report.
    We can specify the department for our search and get back the reports with matching category instances; however, since the report dates are not necessarily predictable we can't qualify the search by date. What we'd like to do is retrieve the matching category instances and display them; the user would then select the desired instance to specify the report for retrieval.
    We tried requesting the categories and custom attributes with the search, but it appears ContentDB first finds the qualifying reports then returns all the category instances on those reports--not just the ones that matched the search expression.
    I see the SEARCH_FOR_DOCUMENTS, SEARCH_FOR_FOLDERS, etc. search options, but not one for SEARCH_FOR_CATEGORIES (or equivalent). Is there a way to retrieve just the category instances that matched the search expression?

    Unfortunately no.
    As you have found out, requesting Attributes.CATEGORIES on the document will return all category instances. You would currently need to do client-side processing to locate the specific matching category instance by recursing through the category item[] and checking first that the CATEGORY_CLASS matches, and second, the value of the particular category attribute matches.
    If you are building a custom application front-end, maybe you could consider applying a single instance of some master category to the report that has a String array attribute containing all of the associated unique department ids to which the report applies.
    Then having applied the 10.1.2.3.1 patchset (and in particular Enh 5171342 NEED SEARCH EXPRESSION SUPPORT FOR ARRAY TYPE CATEGORY ATTRIBUTES), you could quickly locate the reports of interest for a specific department.
    The master category instance could also potentially contain an array of DeptID:CategoryInstanceId pairs that allow you to quickly retrieve a specific category instance given a department id.
    Matt.

  • HOW can I apply the styling rules?

    now I use the styling ruls that defined in styles of database,but it not affect my map effect!why?
    thank you very much!

    Did you read the performance section in the new mapviewer FAQ? It is located in the otn mapviewer home page:
    http://otn.oracle.com/products/mapviewer
    In addition, there is performance white paper on Spatial's home page:
    http://otn.oracle.com/products/spatial.
    lj

Maybe you are looking for

  • Can no longer use mic after ios 4

    Hello. Yesterday I tried using the earphones with mic that came with my iPod for the first time since upgrading to ios 4. The earphones still work, but the mic doesn't, if I hold down the home button it doesn't bring up voice control anymore, and if

  • How to find the total number of pair under particular parent according to pattern 1:2or2:1,1:1 day to day maximum up to 5 pair caping daily

    Dear friends, I provide full details here ,my database table structure ,data and stored procedure and my problem , please review it and provide the solution or any idea to solve my problem. I am working on a project in which members are added in a tr

  • GI Consignment item in work order

    Hi, When issue a work order with consignment item, we will need to identify which vendor to select. But what should we do if one vendor didn't has sufficient stock on hand? Is it possible to select 2nd vendor in one WO issue operation, to avoid anoth

  • Running Jersey on WEBLOGIC 10.0

    Hi; I know this is the SUN site, but I was wondering if anyone has implemented a JAX-RS application using JERSEY on a WEBLOGIC app server 10.0. I was wondering what your web.xml file looks like. I am currently geting a VALIDATION PROBLEMS WERE FOUND

  • PSA data uneditable

    Experts, I want to edit some master data which failed because of Invalid Chars. There is no change and save button in PSA. Master data is loaded via PSA. Thankyou Experts