From 6442c8aff45a91c85d4e0c94a5aa26e6905985db Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Mon, 14 Aug 2017 21:42:32 +0100 Subject: [PATCH] better now? --- VIRTUAL_VACATION/INSTALL.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/VIRTUAL_VACATION/INSTALL.md b/VIRTUAL_VACATION/INSTALL.md index cbfe9681..78e51ac6 100644 --- a/VIRTUAL_VACATION/INSTALL.md +++ b/VIRTUAL_VACATION/INSTALL.md @@ -8,8 +8,9 @@ When users mark themselves as away on vacation, an alias is added to their accou sending a copy of all mail to them to the vacation service. e.g. mail to billy@goat.com will be delivered to - billy@goat.com AND - billy#goat.com@autoreply.goat.com + + * billy@goat.com AND + * billy#goat.com@autoreply.goat.com Mail to @autoreply.goat.com is caught by the vacation.pl script and a reply will be sent based on various settings. By default a reply is only sent once. @@ -47,7 +48,8 @@ CPAN: 'perl -MCPAN -e shell', then 'install Module::Whatever' and one of : ```bash -libdbd-pg-perl or libdbd-mysql-perl ``` +libdbd-pg-perl or libdbd-mysql-perl +``` # Installing Virtual Vacation