Channel Filter Problem

I create this filter:
require "fileinto";
require "notify";
require "variables";
if allof(
header :contains ["To","Cc","Bcc","Resent-to","Resent-cc","Resent-bcc"] "[email protected]",
not header :contains ["From","Sender","Resent-from","Resent-sender","Return-path"] "test.com"
keep;
redirect "[email protected]";
#redirect "[email protected]";
keep;
[email protected] is a mailing list.
[email protected] is a single user.
If I redirect email to [email protected] work without problem.
If I redirect to [email protected] the users on [email protected] receive 10 email all equal.
Any Ideas ?
Bye Giovanni

Hi,
I don't see how this differs from your other sieve filter question...
The reason you are seeing duplicates for multiple channel based redirects is that a redirect changes the envelope rcpt address and there is no mechanism in your script to stop looping.
As channel based redirects requeues, you keep having the requeued email match again and again (since it is a channel based rule) and swap recipients back and forth between [email protected] and [email protected], a copy of the email being kept for the recipient each time. After 10 or so goes, the maximum received header check kicks in and holds the message from further processing.
As a user-level sieve (added to the account associated with [email protected]) you won't hit the same problem because once the envelope recipient changes the sieve-rule is no longer associated with the end-user and thus doesn't get triggered, hence no looping.
Regards,
Shane.

Similar Messages

  • Output channel mapping problem for surround encoder

    vista 64 bit
    sound blaster titanium x-fi sound card
    logitech 5.1 speaker set up
    hello, i am trying to mix a movie i made into 5.1. when i open the surround encoder, go to the audio hardware setup and try to set my output channel mapping i only get two speakers. i have a card that supports 5.1, 5.1 speakers, and get surround sound when i play a DVD. yet audition only recognizes my left and right speaker. any help on how i get my output channel mapping set correctly?
    thanks in advance!

    Thank you for the info, though I admit I'm still a bit confused.
    My card is a creative x-fi extreme gamer.  It has 3 line out jacks and one line in jack.  T  Oh, here it is in the manual...thats just not good enough.
    But what is the surround encoder dialog box doing, if not encoding surround mixes?  The manual says I can exportsurround sound from a multitrack session. 
    Date: Mon, 1 Jun 2009 21:58:08 -0600
    From: [email protected]
    To: [email protected]
    Subject: output channel mapping problem for surround encoder

  • Help: Sun Messaging Server 7u2-7.02 Channel Filter

    Hi,
    I already tried several different configurations but I can't have a channel filter working.
    The following configuration should work...
    I added "filter file:IMTA_TABLE:test.filter" to the end of the ims-ms line on imta.cnf
    ims-ms defragment subdirs 20 notices 1 7 14 21 28 backoff "pt5m" "pt10m" "pt30m" "pt1h" "pt2h" "pt4h" maxjobs 2 pool IMS_POOL fileinto $U+$S@$D filter file:IMTA_TABLE:test.filterand the test.filter has:
    require ["editheader"];
    addheader "MyHeader" "TEST";The imsimta test output is:
    /opt/sun/comms/messaging64/sbin/imsimta test -rewrite -filter  [email protected]
      address channel        = l                              
      forward channel        = l                              
      channel description    =
      channel caption        =
      channel user filter    =
      dest channel filter    =
      source channel filter  =
      channel flags #0       = BIDIRECTIONAL MULTIPLE IMMNONURGENT NOSERVICEALL
      channel flags #1       = NOSMTP DEFAULT
      channel flags #2       = COPYSENDPOST COPYWARNPOST POSTHEADONLY HEADERINC NOEXPROUTE
      channel flags #3       = LOGGING NORESTRICTED RETAINSECURITYMULTIPARTS
      channel flags #4       = EIGHTBIT HEADERKEEPORDER NOHEADERREAD RULES
      channel flags #5       = TRUNCATESMTPLONGLINES
      channel flags #6       = LOCALUSER REPORTNOTARY
      channel flags #7       = NOSWITCHCHANNEL DATEFOUR DAYOFWEEK
      channel flags #8       = NODEFRAGMENT EXQUOTA REVERSE NOCONVERT_OCTET_STREAM
      channel flags #9       = NOTHURMAN INTERPRETENCODING USEINTERMEDIATE RECEIVEDFROM VALIDATELOCALSYSTEM NOTURN
      defaulthost            = example.com example.com
      linelength             = 1023
      channel env addr type  = SOURCEROUTE
      channel hdr addr type  = SOURCEROUTE
      channel official host  = vmmgssrv.idw
      channel after params    =
      channel user name      =
      urgentnotices          = 1 2 4 7
      normalnotices          = 1 2 4 7
      nonurgentnotices       = 1 2 4 7
      local behavior flags   = %x7
      expandchannel          =
      notificationchannel    =
      dispositionchannel     =
      saslswitchchannel      =
      tlsswitchchannel       =
      backward channel       = l                              
      unique identifier      = [email protected]
      header forward address = [email protected]  (route (vmmgssrv.idw,vmmgssrv.idw)) (host example.com)
      header reverse address = [email protected]
      envelope forw address  = [email protected]  (route (vmmgssrv.idw,vmmgssrv.idw)) (host example.com)
      envelope rev address   = [email protected]  (route (vmmgssrv.idw,vmmgssrv.idw)) (host example.com)
      name                   =
      mbox                   = admin
    Extracted address action list:
        [email protected]
    Extracted 733 address action list:
        [email protected]
    Address list expansion:
      admin@ims-ms-daemon
    1 expansion total.
    Expanded address:
      [email protected]
    Submitted address list:
      ims-ms                         
        admin@ims-ms-daemon (orig [email protected], inter [email protected], host ims-ms-daemon) *NOTIFY-FAILURES* *NOTIFY-DELAYS*
          Filter: <user> name file:IMTA_TABLE:test.filter [addr admin@ims-ms-daemon] [owner admin@ims-ms-daemon] (28) [0x00543940] )0x00543090( {0x00540060}
            addheader;0  2  1  "MyHeader"  1  "TEST"
    Submitted notifications list:But when I send a message to the user, the message never gets the the header.
    Thanks in advance,
    Ibraima

    Ibraima wrote:
    I added "filter file:IMTA_TABLE:test.filter" to the end of the ims-ms line on imta.cnf
    ims-ms defragment subdirs 20 notices 1 7 14 21 28 backoff "pt5m" "pt10m" "pt30m" "pt1h" "pt2h" "pt4h" maxjobs 2 pool IMS_POOL fileinto $U+$S@$D filter file:IMTA_TABLE:test.filter
    Did you run "./imsimta cnbuild;./imsimta restart" after making the change above?
    But when I send a message to the user, the message never gets the the header.Please add "LOG_FILTER=1" to your option.dat file, run "./imsimta cnbuild;./imsimta restart", send a user another email and provide the matching mail.log_current entries.
    Regards,
    Shane.

  • Alv grid filter problem

    Hi all,
    I have a problem when filtering data in alv (I use REUSE_ALV_GRID_DISPLAY FM). The problem is that data is truncated in the matchcode of the filter.
    I've seen several threads talking about this, but was not able to find the right solution for me... a lot of notes, and I think I shouldn't have to install all of them.. should I?
    I followed this thread
    ALV filter problem
    but do not know the note installed by the asker in the end...
    Could anybody help me?
    Best Regards

    Hi,
    Please apply OSS note 898852.
    Regards,
    Bharadwaj

  • Quadrature encoder on PCI 6220 DAQ custom digital filter problem

    I am using both counters on my 6220 DAQ for quadrature encoders.  What I am trying to do is filter some bounce that I am getting on the axes.  I want to be able to custom set the minimum pulse width for each encoder (or both the same should be fine). The problem is that the digital filter using DAQmx channel property for each line seems to work fine (I haven't proven that this actually works) but one has to choose from preset values (the smallest being 2.55ms).  I want to reject anything that is less the 10ms.  This document mentions that you can set up a programmable filter based on an external filter clock.  How do you actually do this?  Is there no way to use one of the internal timebases for this?  If so how?  The "Digital Filtering Conciderations for TIO-Based Devices" entry in the NI-DAQmx help states that you can choose one of four different values for a debouncing filter on a PFI line (different values than the previously linked document) and a custom filter value.
    OK here is the short question .... is there a way for me to digitally filter the lines coming into my counters to reject anything less then 10ms through software only?  If so, how?  If using an external timebase is required, how do I do this?
    Thanks in advance for any help
    Greycat 

    Hi Greycat,
    Although the documentation does mention that you can have one programmable filter setting, this is only true for TIO-Based devices. Unfortunately, the NI-6220 is a M-Series, which means that the only allowable minimum pulse widths settings are 125 ns, 6.425 µs and 2.55 ms. More information on this can be found in your NI-DAQmx help under NI-DAQmx Device Considerations » Digital Filtering » C and M Series.
    I believe for your application requirement, we would have to look into some oour Counter/Timer devices.
    S_Hong
    National Instruments
    Applications Engineer

  • DSP filter problem in modifying the Oscilloscope

    The hardware and software I am using are:
    LabVIEW: 5.1.1
    DAQ device: PCI-MIO-16XE-50
    VI programs: 2 Channel Oscilloscope(sample VI)
    I want to modify the function of the sample VI of 2 Channel Oscilloscope to simulate the AC-GND-DC function of Real Oscilloscope.
    I try it by using "Butterworth Filter" under
    Function-->Signal Processing-->Filters to cut the frequency at 0Hz for "AC" function (cut all DC).
    However, the output is not good as real Oscilloscope becasue the signal seen is not good and stable.
    I even use order 10 filter to do it. But the result is also the same.
    Any suggestions to my problem?

    The ac-coupling of an oscilloscope is not a filter a "0" Hz. It is normally just a simple capacitance that, with the 1MOhm input impedance of the oscilloscope, acts like a first order high-pass filter with a cut-off frequency of few hertz.
    Try to implement a highpass Butterworth filter of order 1 and with a low cut-off frequency of 10 Hz.
    You can then play with the cut-off frequency and see which value works best for you (remember to connect the right value to the sample frequency input of your filter). You can also try to increase the filter order to 2 (some measurement devices have input high-pass filters of order 2 or even 3).

  • Filter problems- CS2

    hi there,
    i have a problem with my filters, in partciular, everything in the filter gallery, i'm not a computer genius, so i hope i make sense.
    when i click on 'filter' at the top of the screen, alot of the options are 'blacked out' preventing me from clicking on them. the problem has come and gone but now the problem appears to be hear for good. i have tried tirelessly to work out the problem, and i have found that some people have also encountered the same problems as me, and i have taken the same measures as they did to fix the problem, but it has failed to fix my problem. i believe it is a corrupted file somewhere, although i don't know which one. i could be completely wrong there with my assumption,
    these are the steps i have taken to sort the problem out, i am using microsoft xp, system pack 2 by the way:
    >repaired installation
    >re-installed photoshop
    >reset preferences, deleted settings, trashed settings file.
    i don't know what else to do to solve the matter, i downloaded the CS3 trial, to see if the filters worked there also, but again, the filter gallery was missing.
    thank you.

    Check the image mode of the file to which you are trying to apply the filter. (Menu
    i Image > Mode
    Most filters need RGB and 8 Bits per channel.

  • FMEQ - Filter problems

    Problems with FMEQ transaction.
    - This scenerio worked before the SAP-ERP upgrade
    We found problems related to the authorization/permits filter. When an user uses this transaction all values of all funds center can be seen. Even if we create a filter, it doesn't work.
    For example:
    - Call the FMEQ transaction
    - Select ZFM007 report(for example)
    - If you insert a fund center, it will be show only the value of this fund center.
    If you do not insert fund center codes, all values of all funds centers will be on screen.
    We don´t able this information, we want to filter the information by the fund center
    Can you help me?

    Check the image mode of the file to which you are trying to apply the filter. (Menu
    i Image > Mode
    Most filters need RGB and 8 Bits per channel.

  • K9N PLATINUM(NON SLI) DUAL CHANNEL MODE PROBLEM

    hi
    put a new system together with the following specs:
    amd am2 3800+(2ghz)
    k9n platinum 1.20 bios
    2x512 kingston ddr2(667mhz)
    pci video(yes not pci-e)have not decided which vid card to get yet.
    500w  psu 12v 35a,5v 25a,3.3v 25a
    liteon dvd burner
    seagate 300gb ide  7200/16 meg cache windows xp-pro sp2 with all updates.
    not overclocking or even trying to.
    no sata drives connected.
    has never failed to post,boot windows and no lockups or blue screens.
    ok,i am trying to get the memory to work in dual mode.
    everytime i put the memory in the dual mode slots,the cpu clocks down to 1ghz instead of 2ghz.
    verified by bios,windows and cpu-id
    i have tried different memory(both ddr2 533 and 667)667 installed now.
    also never had any install problems with windows and everything runs fine until i tried dual mode.
    after the cpu clocks down to 1ghz,the only way to get it back to normal is a bios reset( load defaults
    or press red button).
    if i leave the memory as single channel then i have no issues.
    also cpu-id says the chipset for my board is nforce 550,i thought k9n platinum had 570 nforce chipset?
    this might just be a problem with cpu-id though.
    any thoughts on the cpu down clock problem in dual channel mode?
    thanks,jeff

    1 assume you can get into BIOS with 1 stick only?
    Go into the BIOS and manually set the timings and voltage to what your memory manufacturer recommends. Use a 2T command rate and see if it works.
    Try both "sets" of dual channel slots, i.e. the two left slots or the two right slots.

  • Dual Channel memory problems on Neo 875P

    I am having considerable trouble getting the NEO 875P to work with dual channel DDR400 DIMMs. I have two Kingston KVR400X64C25 DDR400 256MB memory modules, each of which works correctly by itself. However, once I move one
    of the modules to channel B, I cannot boot my operating system (currently Windows XP.) The problem also occurs in Windows 2000, which I also have on the system. I receive blue screen errors that indicate paging/memory problems. I have upgraded my BIOS to the latest version (1.3)* in the hope that it would solve my problems, but it has not. The POST screen detects that there is 512MB of memory working in Dual Channel mode, but even when it does get through the O/S booting process (rarely), it crashes within minutes. Putting just one of the chips in makes the system perfectly stable. If anyone has any information, please let me know!
    Thanks,
    Jim Keller
    http://www.centerfuse.net
    * My board was dead after trying to flash the 1.3 BIOS, but after about 10 attempts of using CTRL+HOME method to recover the BIOS, it finally worked with version 1.0. I then re-flashed with 1.3, and it rebooted fine. Are there any updates about all of the problems with v1.3 ?

    >I can only answer based on what I've read on this forum
    I figured as much, I was just wondering if you knew whether MSI themselves frequents the forums or answers emails sufficiently.
    I've had an interesting development though. I stumbled upon Tom's Hardware Guide's article about 875P motherboards at http://www17.tomshardware.com/motherboard/20030519/i875p-01.html
    They mentioned that they needed to increase the memory voltage from 2.5 to 2.6 in the BIOS to get some memory modules to work. I did this, and for the first time, I am running in Dual channel DDR mode. However, the article also mentions that "the system does not run completely stably", so I guess I'll have to wait and see if it crashes again. However, I'm far enough beyond the XP splash screen to post this message, so I guess we're getting somewhere!
    -Jim Keller
    http://www.centerfuse.net

  • VMS Client Channel Buffering Problem

    I just received my new Verizon VMS system which includes 2 client units.  I hooked everything up and all was working as it should except that when watching live TV on the two client units, it will not buffer two different TV channels and allow me to switch back and forth between these two channels and rewind, fast forward or pause.  It will only buffer one channel and when I switch to another, the original channels buffer is gone.  I could do this on all three of my standard HD DVR boxes before swithcing to the VMS and this was a huge feature for me as I like to watch multiple shows or sporting events simultaneaously.  I called support and after about 90 minutes they could find no problem or find any solution other then to send me a new VMS.  The odd thing is when they looked at all of the tuners being used, tuners 3 annd 4 were never getting used.  The odder thing is that it seemed to work properly on one of the client boxes until they did a cold init and then that one also stopped allowing 2 channels to be buffered.
    Should I be able to buffer two seperate channels on the client boxes as well as the main VMS box or did they for some awful reasone take this feature away from the clients??
    Thanks,
    Eric

    DOES VMS DO THESE THINGS FOR YOU ?
    VZ  VMS1100 Video Media Server
    From Pg of 2 of Manual
    The VMS1100 provides the following advanced functionality:
    • Whole home DVR support for up to four connected IP Client set-top boxes
    • Authorization and purchase of on-demand programming
    • High-Definition television (HDTV) video decoding
    • HDTV output through component video (YPbPr) or High-Definition Multimedia Interface™ (HDMI™)
    • Surround-sound audio through a variety of analog and digital interconnection options
    Live playback and LOD buffering capabilities to pause and time shift live video and seamlessly record for
    all connected televisions
    • Built-in MoCA 1.1/2.0 HW support
    As with all ARRIS digital set-tops, the hardware features are enabled by core operating and third-party
    application software.
    Tom
    Freedom Essentials, QIP 7100 1,Bose SOLO TV Sound System,,QIP 7216 P2,M1424WR Rev F, iPad 2 WiFi,iPhone 5,TV SYST INFO Release 1.9.5 Build No. 17.45
    Data Object 39.45

  • Table filter problem

    Hi expert ,
                   I have the problem on filter , which means
                   while there is no entry on the table , if click enter the filter action it shows runtim errors like that
    Note
    The following error text was processed in the system RD1 : Value 1 is not a valid index; context node: COMPONENTCONTROLLER.1.BBU_ITEMS
    The error occurred on the application server BLR-RDEV-RD1_RD1_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: IF_WD_CONTEXT_NODE~GET_ATTRIBUTE_PROPS_FOR_NODE of program CL_WDR_CONTEXT_NODE_VAL=======CP
    Method: IF_WD_CONTEXT_NODE~GET_ATTRIBUTE_PROPS_FOR_NODE of program CL_WDR_CONTEXT_NODE_MAP=======CP
    Method: GET_NODE_STATE of program CL_WDR_TABLE_METHOD_HNDL======CP
    Method: IF_WD_TABLE_METHOD_HNDL~APPLY_FILTER of program CL_WDR_TABLE_METHOD_HNDL======CP
    Method: ONACTIONBBU_FILTER of program /1BCWDY/EAIL5PBJSQ5EPLFELLCZ==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/EAIL5PBJSQ5EPLFELLCZ==CP
    Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_VIEW========CP
    Method: IF_WDR_ACTION~FIRE of program CL_WDR_ACTION=================CP
    Method: DO_HANDLE_ACTION_EVENT of program CL_WDR_WINDOW_PHASE_MODEL=====CP
    Method: PROCESS_REQUEST of program CL_WDR_WINDOW_PHASE_MODEL=====CP
    What should i do avoiding this one can anyone let me know about this problem ?
    Thanks in advance
    Sankar.M

    Hi Sankar,
    Do you mean to say like you get a dump when you enter some value in the filter field & press on enter while there is no data in the table?
    If yes then give it a try in this manner. I haven't tried it out myself but its just a guess. You would have created an event handler for the FILTER event of your table. Say suppose your action handler method is ONACTIONON_FILTER then within this method you would be saying something like:
    METHOD onactionon_filter .
    " TABLE_CONTROL is TYPE REF TO IF_WD_TABLE_METHOD_HNDL
    " Within WDDOMODIFYVIEW I obtain & save the reference of my table into TABLE_CONTROL
      wd_this->table_control->apply_filter( ).
    ENDMETHOD.
    So instead of directly calling the apply_filter method first try to obtain the data being displayed in the table by using get_static_attributes_table method. Then check if the table is initial & call the apply_filter method only if the table is having some data.
    Regards,
    Uday

  • Filter problem with operating system in french

    Hello,
    There is a problem with the "Operating System - Windows" filter in the french version of ZCC.
    If you create a bundle and go into "Requirements" and add a filter with Operating system and you set it to "Version 6.1 - Windows 7 / Windows Server 2008 R2" you get this error
    "Vos modifications ne peuvent pas tre appliques pour les raisons suivantes :
    ErreurLa version doit tre sous la forme "x" "x.x.x.x". "
    "You changes cannot be applied for the following reason : formatting must be x to x.x.x.x"
    The format should be "6.1 - Windows 7 /Windows Server 2008 R2 Versions".
    The filter does work as intended with the english versions of ZCC. I have no problem with that but some of our admin does.
    PS : I am currently unable to open an SR because our licence has not been renewed yet. So i am reporting this here.
    Thank you!

    Originally Posted by GuillaumeBDEB
    Hi poplante, this bug is haunting Novell since version 11.0! Believe me on that. I'm the one who reported it. Here's the workaround.
    1.Go to Server machine.
    On Windows:
    Go to
    %ZENWORKS_HOME%\resources\properties\com\novell\ze nworks\core\web\internal\resources\CoreInternal_fr .proeprties
    On Linux:
    Go to
    /opt/novell/zenworks/resources/properties\com/novell/zenworks/core/web/internal/resources/CoreInternal_fr.proeprties
    2.change the property value of windows.versions.6.1 from "Versions 6.1 Windows 7 / Windows Server 2008 R2" to "6.1 Versions Windows 7 / Windows Server 2008R2"
    3.Then Restart the server. The issue will be gone.
    By the way you will see this bug reappear with every new update of ZENworks including new service packs and monthly updates. So keep this workaround at hand just in case.
    Hope it helps!
    GuillaumeBDEB
    In 11.3 the value seems to be:
    windows.versions.6.1=Versions 6.1 - Windows 7 / Windows Server 2008 R2
    But should probably be set to:
    windows.versions.6.1=6.1 - Versions Windows 7 / Windows Server 2008 R2
    And the correct Linux path would be: /opt/novell/zenworks/resources/properties/com/novell/zenworks/core/web/internal/resources/CoreInternal_fr.properties.
    This bug would probably take them a minute or two to fix, sad to hear that it's been there since 11.
    Thomas

  • Table filter problem Jdeveloper 11.1.1.1.0

    Hi,
    I have problem with table filtering. When I filter table to get only one row I can not select this row to update child table (row is shown as selected).
    Is there some option to overcome this problem?
    Regards, Rok Kogovšek

    I have problem with table filtering. When I filter table to get only one row I can not select this row to update child table (row is shown as selected).Does your child table have the master table ID in its partialTriggers?

  • Filter problem in the report

    Experts,
    We have a problem with Filter on Costcenter taking very very long time . When we click on Filter button  on Cost center after executing a BW report, then a new window opens and nothing happens after that with a blank white screen in the filter window.  We have tried so many options to improve performance but only one thing worked out as a work around.
    I have deleted enteried in the master data table using TC SE14 and then reloaded master data. Then filter on this working now with in 1 min. But we have process chains running every day loading Master data .Once these process chains finish again when we filter on Cost center on the next day, now the problem still exists , takes long time to for filter window to open up. Is there any way to delete master data entries delete automatically. Any advice appreciated .
    Thanks

    Hi Kiran,
    Is that u are doing the master data full upload?
    Try to do delta loads.
    If it is the client specific. Create a process chain to delete the same master data contents. and schedule the process chain to run daily night or just before the master data loads happen, so that it will not affect the runtime. Else have to delete the same manually.
    Hope this helps u.
    regards,
    Kishore.

Maybe you are looking for

  • Acrobat XI Pro via Creative Cloud installs twice on Win 8.1 Desktop

    I am running Windows 8.1 Pro, 64 bit on an HP Pavilion a6700y desktop PC using Adobe Create Cloud. When I install Acrobat XI Pro, it installs twice. One version is Adobe Acrobat XI Version 11.0 with a size of 1.8 MB and the other is Version 11.0.00 w

  • Re: Satellite A300D - Bluetooth Stack can't find a service

    Hello! I have Satellite A300D with Windows 7 and Bluetooth Stack by Toshiba (ver. 7.00.10) I 'd like to connect my mobile phone to notebook over bluetooth. I have tried to add a new connection in Bluetooth Stack. BS has found my phone, but coudln't c

  • Managing multiple ipods with Itunes

    itunes won't let me copy songs from one library linked to a nano to a Video ipod whose library is on another computer

  • Standard outbound services for SOAMANAGER and LPCONFIG

    Hi, experts. I've got a question about logical port setup for outbound services. I'm trying to test stanadard outbound services, like 'PurchaseOrderCreatedInformation_Out', so at first I've tried to set up logical port for that service using 'SOAMANA

  • Boolean help

    I need to design a programme which determines whether you are a taurus or not. public class taurus1 public static void main (String args []) boolean taurus; int month,day; month=4; day=6; if((month == 4) && (day > 20)) taurus = true; if((month == 5)