backup mlist procmail settings
authorhackbard <hackbard>
Sat, 20 Sep 2003 03:04:50 +0000 (03:04 +0000)
committerhackbard <hackbard>
Sat, 20 Sep 2003 03:04:50 +0000 (03:04 +0000)
backup.sh

index ebf8c16..3d92329 100755 (executable)
--- a/backup.sh
+++ b/backup.sh
@@ -119,6 +119,12 @@ if [ "$host" = "gate" ] ; then
                cp -r /etc/mail ./etc
        fi
 
+       # mlsit procmail
+       if [ -d /home/mlist ] ; then
+               echo "copying mlist procmail config"
+               cp -r /home/mlist mlsit_pm_config
+       fi
+
        # irc stuff 
        mkdir -p ./ircd
        [ -f /etc/opt/unrealircd/unrealircd.conf ] && \