I created the anti-spam successfully. The problem in re-generate the messages in the "/spool/local/", is the all original header are lost.
But i have copy the file from the folder "waiting" to the folders "/domains/domain/user/mailbox/" when the delivery is confirmed by the sender. The limitation in this is not delivery messages to no local domains in case of redirects accounts. I think, the unique solution for solve this problem is implementing this function to the xmail server, in this case all messages created or moved to the new spool directory (for example: spoolfilter) are directly returned at begin filters without any process. It will be that this implementation is viable and possible to the XMail Server and would be of utility to the other users? thanks. lascjr ----- Original Message ----- From: "Davide Libenzi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 03, 2004 7:59 AM Subject: [xmail] Re: Re-Post email to xmail > On Tue, 24 Feb 2004 [EMAIL PROTECTED] wrote: > > > 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 ? > > Of course, if coded properly everything is possible :) > > > > - Davide > > > - > 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]
