in reply to Postfix: Piping an email into a PERL script

I tested that successfuly, but that line seem to be wrong :
/[name]@[machine domain]/ [alias name]
It is not a regexp, it is an email address. See http://www.postfix.org/VIRTUAL_README.html

Replies are listed 'Best First'.
Re^2: Postfix: Piping an email into a PERL script
by Anonymous Monk on Mar 06, 2014 at 16:50 UTC
    Indeed, this is true. Removing the slashes makes it work.