validate_recipients() - completed removal of unused param
[citadel.git] / citadel / server / modules / smtp / smtp_util.c
index 29534ab69ca53fe312a976341bbfaafa04dd3ea8..0ae6f35997cd9d62f8057eacec0865bcbe6e088d 100644 (file)
 #include "../../ctdl_module.h"
 #include "smtp_util.h"
 
-const char *smtp_get_Recipients(void) {
-       struct citsmtp *sSMTP = SMTP;
-
-       if (sSMTP == NULL) {
-               return NULL;
-       }
-       else return ChrPtr(sSMTP->from);
-}
-
 
 /*
  * smtp_do_bounce() is caled by smtp_process_one_msg() to scan a set of delivery