]> git.marmaro.de Git - mmh/blobdiff - uip/scansbr.c
Removed the MTS and post; now we always use /usr/sbin/sendmail -t
[mmh] / uip / scansbr.c
index 04dc21528d1af0aa77b8f104023f984cf46545e8..dd0e4989bb4379e17860f3bae69e53e65bd9d9a8 100644 (file)
@@ -377,20 +377,6 @@ finished:
     return (state != FILEEOF ? SCNERR : encrypted ? SCNENC : SCNMSG);
 }
 
-
-/*
- * Cheat:  we are loaded with adrparse, which wants a routine called
- * OfficialName().  We call adrparse:getm() with the correct arguments
- * to prevent OfficialName() from being called.  Hence, the following
- * is to keep the loader happy.
- */
-char *
-OfficialName (char *name)
-{
-    return name;
-}
-
-
 static int
 mh_fputs(char *s, FILE *stream)
 {