Fixed autoreply file editing bug
authorJamie Cameron <jcameron@webmin.com>
Wed, 30 May 2007 20:46:36 +0000 (20:46 +0000)
committerJamie Cameron <jcameron@webmin.com>
Wed, 30 May 2007 20:46:36 +0000 (20:46 +0000)
sendmail/edit_rfile.cgi

index c4c7758..9e7a680 100755 (executable)
@@ -77,7 +77,7 @@ printf "<input name=period size=5 value='%s'> %s</td> </tr>\n",
 
 # Show people to not autoreply to
 print "<tr> <td>$text{'rfile_no_autoreply'}</td>\n";
-printf "<td><input name=no_autoreply size=40 value='%s'></td> </tr>\n";
+printf "<td><input name=no_autoreply size=40 value='%s'></td> </tr>\n",
        $no_autoreply;
 
 # Show regexps to not autoreply to