--- SendmailAction.java	2001/09/19 16:08:09	1.3.2.4
+++ SendmailAction.java	2001/09/20 15:52:16
@@ -57,7 +57,7 @@
 public class SendmailAction extends AbstractAction implements ThreadSafe {
 
   Properties default_properties = null;
-
+/*
   public void configure(Configuration conf) throws ConfigurationException {
     getLogger().debug("SendmailAction: init");
     default_properties = new Properties();
@@ -68,7 +68,7 @@
     }
     getLogger().debug("SendmailAction: using "+default_properties.get("mail.smtp.host")+" as the smtp server");
   }
-
+*/
   public Map act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) throws Exception {
     HashMap results = new HashMap();
     try {
