On Monday 23 October 2006 13:47, Mail(at)charliesangels.biz took the opportunity to say: > Hullo list, > > i do apologize if this may be a numb question but I could not find a > solution to my problem. > > I do need an E-Mail-Adresse to which a text-file is send. This text-file > should then be processed by a script so I tried the following alias in > /etc/aliases/ > > wartung: | "cat | /opt/bin/gen-wartung.sh"
That will be interpreted as "pipe to a program
called 'cat | /opt/bin/gen-wartung.sh'". Why not simply say
wartung: "|/opt/bin/gen-wartung.sh"
?
--
Magnus Holmgren [EMAIL PROTECTED]
(No Cc of list mail needed, thanks)
pgppVloSg7t7k.pgp
Description: PGP signature
-- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
