]> code.citadel.org Git - citadel.git/commitdiff
* Attempting to add a smart host in webcit was instead adding it as an RBL host....
authorArt Cancro <ajc@citadel.org>
Wed, 25 Feb 2009 17:21:04 +0000 (17:21 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 25 Feb 2009 17:21:04 +0000 (17:21 +0000)
webcit/static/t/aide_inet_smarthosts.html

index 786d334591ed5ee34854cd23f2d1ffe86f0c4919..cb77afc6bfea624938fad4d0318eba178f039713 100644 (file)
@@ -7,7 +7,7 @@
 <input type="hidden" name="nonce" value='<?NONCE>'>
 <tr><td>
 <input type="text" name="ename" maxlength="64">
-<input type="hidden" name="etype" VALUE="rbl">
+<input type="hidden" name="etype" VALUE="smarthost">
 </td><td align=left>
 <input type="submit" name="oper" value="Add">
 <input type="hidden" name="template" value="aide_inetconf">