What is the method used to resend the mail to xmail ? If with an smtp session, filters will be executed in sequence without = any possibility to start at a specific point. A way to resolve your problem : ALLWYAS put your filter as the FIRST to execute. Doing that you will be sure, on the second pass (repost), that = when your filter return 'continu process' (0 if I remember) on detection of = your 'specific code', then the message will go to the others filters.
If resend via local delivery (using spool/local) I'm not sure xmail = will execute ANY filters at all (nor in nor out, don't remember and never = test ....) ... Davide, can you confirm ? Francis > -----Message d'origine----- > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Envoy=E9 : mardi 24 f=E9vrier 2004 22:05 > =C0 : [EMAIL PROTECTED] > Objet : [xmail] Re: Re-Post email to xmail >=20 >=20 > After some tests my problem is continue. >=20 > After inserted the informations at header of message i don't=20 > repost mail > without lost the original informations of the first entry,=20 > this data is > changed by the last informations of repost at spool/local. >=20 > This is a new routine for anti-spam check, the message is=20 > only delivered to > destination if the sender exists and not a robot. >=20 > I think: >=20 > 1-in the incoming filter check the existence of specific=20 > codes at header > (created at pass 4). >=20 > - if found then return 0 to normal trip, end. >=20 > - if not fount then: >=20 > 2-Copy the file of spool (@@FILE) (for example: > spool\0\0\mess\121121212312.555.host) into folder called "waiting" > 3-Send a one new e-mail to sender with a url web=20 > site and a code to > confirm the delivery to destination > 4-stop delivery of message, returning 4 to xmail. >=20 > - if the sender not confirm the delivery in xx days,=20 > the email is > deleted. >=20 > - if the sender confirm the delivery then: >=20 > 4-Insert a specifics codes into header of=20 > message in folder > "waiting" > 5-delivery this message to xmail return at=20 > same point of > execution of pass 1 >=20 > The problem is: what's return to same exact point of filter=20 > incoming check > (pass 1) without change any data of original email (host,=20 > ips, ...), with a > only a my specifics codes inserted ? >=20 > It's possible? >=20 > very thanks > lascjr >=20 > ----- Original Message -----=20 > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, February 24, 2004 1:50 PM > Subject: [xmail] Re-Post email to xmail >=20 >=20 > > Hi, > > > > I have created a filter in the incoming mails, my filter=20 > analyzes the > header > > of message and reject if this not contains the specific codes. > > > > If the email has rejected, the filter copy the file passed=20 > by @@FILE (for > > example: spool\16\5\132132323232.111.hostname) into another=20 > folder (for > > example: waiting) and sent one email to the sender access a=20 > url of web > site > > and insert a specific code to confirm the delivery to mailbox. > > > > After the sender has accessed the web site url and inserted=20 > the correct > > code, the web site has modify the header of message into=20 > folder "waiting" > > inserting the specific codes. > > > > My problem is: What's repost this email to xmail? > > > > thanks... > > > > - > > To unsubscribe from this list: send the line "unsubscribe xmail" in > > the body of a message to [EMAIL PROTECTED] > > For general help: send the line "help" in the body of a message to > > [EMAIL PROTECTED] > > > > >=20 > - > To unsubscribe from this list: send the line "unsubscribe xmail" in > the body of a message to [EMAIL PROTECTED] > For general help: send the line "help" in the body of a message to > [EMAIL PROTECTED] >=20 >=20 > - > To unsubscribe from this list: send the line "unsubscribe xmail" in > the body of a message to [EMAIL PROTECTED] > For general help: send the line "help" in the body of a message to > [EMAIL PROTECTED] >=20 - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
