varad gupta a écrit : > Hi all > > Regrets for the previous mail. > > My Scenario -> Mail to a aingle id should be distributed to a list, BUT > one id at a time. > > e.g. if I have a mail id -> [email protected] <mailto:[email protected]> > > and team members are jack,phil and bill - > the first mail to [email protected] <mailto:[email protected]> should be > delivered to [email protected] <mailto:[email protected]> ONLY > the second incoming mail to [email protected] <mailto:[email protected]> > should be deliverd to [email protected] <mailto:[email protected]> ONLY > the third mail (intended for [email protected] <mailto:[email protected]>) > should be delivered to [email protected] <mailto:[email protected]> > > The fourth mail should be delivered to jack > fifth to phil > sixth to bill > so on and so forth... > > How can this be implemented, pls quide >
you need to run a script at delivery time (from maildrop for example) or write a content filter. the script needs to do some locking in case two messages arrive at the same time. What problem are you trying to solve? > Merry Christmas and a very happy new year to all > happy $(customize_as_you_want) to all. > Thanx in anticipation of a quick reply, >
