> > If i want to filter incoming smtp messages until
> > i only get mail that would fit a descripton like:
> > (@mydomain.com)...

What do you exactly want to do? If you want to get all mails that are sent
to [EMAIL PROTECTED], just add an alias

mydomain.com    *    realpopaccount

if you want that all incoming mails should be sent to your account, add a
alias

*    *    [EMAIL PROTECTED]

> It is correct to use the filtering like:
> external-script-command arg1 arg2 ?

command<tab>arg1<tab>arg2<tab>.....<newline>

> What is prefered as scripting language here..?
> Can i use anything..? (like vbscript/jscript)..

xmail just executes the program/script, so you can use everything that can
be executed in your normal environment.

> Are there any examples around to look at
> to get ideas..?

Gimme an example want you want to do exactly.


-
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]

Reply via email to