I want to create a dynamic email aliases using Exim mail server.
For example: word-ANYTHING@widgets.com
"word-" is a keyword that mail server should look for. Then after "word-" can be anything and that should be redirected to a Perl script where it will get parsed.
Is there a way to do that?