if allowpost ?> title = 'Posted new message' ?> include 'header.inc' ?> mail.send(sender, listemail, subject, body) ?>
Message was sent successfully.
include 'footer.inc' ?> else ?> title = 'Posting disallowed' ?> include 'header.inc' ?>Posting to this list is disallowed.
include 'footer.inc' ?> end ?>