Hi - should be easy with a filter something like this script named 'trash.pl' in MAIL_ROOT/filters:
#!/usr/bin/perl -w use strict; exit 97; (For *nix - chmod to executable) and setup a table in MAIL_ROOT/filters named: [EMAIL PROTECTED] like: MAIL_ROOT/filters/trash.pl[NEWLINE] or for windows: perl[TAB]MAIL_ROOT/filters/trash.pl[NEWLINE] where MAIL_ROOT is your actual mail root directory. This is assuming you have perl installed. This filter will trash _all_ messages to the guy... I hope I understand what you want. To see a working sample filter, try: ftp://beaucox.com and navigate to the pub/xmail/filters/sample dir. Aloha => Beau. PS: there's a lot more to filters, check out the docs. -----Original Message----- From: [EMAIL PROTECTED] [mailto:xmail-bounce@;xmailserver.org]On Behalf Of DOLIST Technical Center Sent: Thursday, October 17, 2002 3:25 AM To: [EMAIL PROTECTED] Subject: [xmail] Trashing account / null account Hello, Is there a possibility to trash/delete automatically a message when it arrives in a certain account ? If not would it be possible to add in MAILPROC.TAB a "trash" or "delete" instruction? Regards, -- DOLIST Technical Center __________________________________________________ DOLIST.NET, Internet E-mail List Server Technology DOLIST information at : http://www.dolist.net - 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]
