> I have created an auto response mailet that simply sends an e-mail back

Why didn't you use the NotifySender mailet?

<mailet match="All" class="NotifySender">
  <attachStackTrace>false</attachStackTrace>
  <notice>The server has received your message, and is alive</notice>
</mailet>

IIRC, the one caveat is that NotifiySender is currently hardcoded to notify
the Postmaster as well, because it assumes that the message is a problem.

        --- Noel


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to