if you refer to the readme under "MESSAGE FILTERS" you will see macros like @@RCPT and @@FROM, just add them to the filters/copyall.tab file with tabs between the macros and then handle the next variable in the .cmd file (ie. if not "%2"=="[EMAIL PROTECTED]" copy %1 d:\savedmail)
Please read the readme, the info is there, you just need to know how to implement, and you have that now, so just go and expand the options passed between the tab/cmd files. try a few and log your macros to a text file and you'll see. (ie. echo %1 %2 %3 %4 %5 >>log.txt) Rob :-) > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Mitch Costilow > Sent: Wednesday, July 23, 2003 6:06 AM > To: [EMAIL PROTECTED] > Subject: [xmail] Re: mail archiving or copying > > > > one more thing.. This may seem silly but How do I exclude one mailbox? > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Rob Arends > Sent: Tuesday, July 22, 2003 9:41 AM > To: [EMAIL PROTECTED] > Subject: [xmail] Re: mail archiving or copying > > > > This is a w2k solution- very quick and dirty. > But as a start you can build on it. > > edit filters.in.tab for all mail that will be delivered to local > mailboxes. > or edit fiters.out.tab for all mail that will be sent by the smtp service > (which will cover relayed mail) > and add: > "*" "*" "0.0.0.0/0" "0.0.0.0/0" "copyall.tab" > > then create filters/copyall.tab and add: > "cmd /c D:\XmailFilters\copyall.cmd"[TAB]"@@FILE" > > Then create d:\xmailfilters\copyall.cmd and add: > copy %1 D:\savedmail > > Rob :-) > > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] Behalf Of Mitch Costilow > > Sent: Tuesday, July 22, 2003 11:25 PM > > To: Xmail (E-mail) > > Subject: [xmail] mail archiving or copying > > > > > > What is the best way to make a copy of all emails that come to my > > domain, go > > to a specified folder to keep for like a month or two before deletion? > > > > http://software.dolist.net/xarchive.asp > > That site seems to base it only on a dictionary listing. > > > > > > > > > > > > - > > 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] > > - > 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]
