39404142434445
* @param mail the mail to process * * @throws MailetException in all cases */ public void service(Mail mail) throws MessagingException { throw new MailetException("General protection fault"); }