Index: ciabot.pl =================================================================== RCS file: /home/cvsroot/CVSROOT/ciabot.pl,v retrieving revision 1.23 diff -u -b -B -w -p -r1.23 ciabot.pl --- ciabot.pl 16 Dec 2003 11:46:28 -0000 1.23 +++ ciabot.pl 16 Dec 2003 17:14:52 -0000 @@ -353,6 +353,8 @@ if ($files > $max_files) { $filestr = join(' ', @filestr); } +# Perl is the most powerful computer language ever devised by the mind of man. -- Anthony R. Nemmer - Teratogen on Eris Free Network +exit(0) if ((index($filestr,' ')==-1) && ($filestr=~/Manifest$/)); my ($trimmedstr); # the trimmed string, if any at all if ($logmsg_lines > $max_lines) {