After some tests my problem is continue.
After inserted the informations at header of message i don't repost mail
without lost the original informations of the first entry, this data is
changed by the last informations of repost at spool/local.
This is a new routine for anti-spam check, the message is only delivered to
destination if the sender exists and not a robot.
I think:
1-in the incoming filter check the existence of specific codes at header
(created at pass 4).
- if found then return 0 to normal trip, end.
- if not fount then:
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 site and a code to
confirm the delivery to destination
4-stop delivery of message, returning 4 to xmail.
- if the sender not confirm the delivery in xx days, the email is
deleted.
- if the sender confirm the delivery then:
4-Insert a specifics codes into header of message in folder
"waiting"
5-delivery this message to xmail return at same point of
execution of pass 1
The problem is: what's return to same exact point of filter incoming check
(pass 1) without change any data of original email (host, ips, ...), with a
only a my specifics codes inserted ?
It's possible?
very thanks
lascjr
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 24, 2004 1:50 PM
Subject: [xmail] Re-Post email to xmail
> Hi,
>
> I have created a filter in the incoming mails, my filter 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 by @@FILE (for
> example: spool\16\5\132132323232.111.hostname) into another folder (for
> example: waiting) and sent one email to the sender access a 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 the correct
> code, the web site has modify the header of message into 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]
>
>
-
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]