On Sat, 2005-11-05 at 19:04 -0500, Sam wrote:
> Adrew,
> 
> This is what I typed:
> echo # >/var/qmail/alias/.qmail-doublebounce
> Just curious to know why it didn't create the .qmail-doublebounce file with 
> "#" in the file.

Because you should have typed

echo "#" >/var/qmail/alias/.qmail-doublebounce

Everything after the # would have been eval'd as a comment.

Shane

Reply via email to