FIXME in file /obj/secure/mailers/Mh.c line 12:

 Needs some work, I think.  Does it still work?

Code:

#include <playerflags.h>
#include <mudlib.h>
#include <daemons.h>
FIXME in file /obj/secure/mailers/Mh.c line 81:

 FIXME: This is _really_ gross. Use @@END.

Code:
    output = explode(
      "Help for Mh (Mail handler)  Version 0.9\n"+sprintf("%'-'40s","\n")+
      "M?					This help screen\n"
      "\n"
FIXME in file /obj/secure/mailers/Mh.c line 140:

 we need to validate the caller!

Code:

    if( strlen(input) > 2 && input[1] == ' ' )
	arg = input[2..];
    else if( strlen(input) > 2 )
