> > FWIW, the sample configuration in the Javadoc still refers to
> > NotifyPostmaster.
> Why should it not?
Because the mailet in question is NotifySender, not NotifyPostmaster, and
the sample <mailet> tag should have the correct name.
--- Noel
Index: NotifySender.java
===================================================================
RCS file:
/home/cvspublic/jakarta-james/src/java/org/apache/james/transport/mailets/NotifySender.java,v
retrieving revision 1.5
diff -u -r1.5 NotifySender.java
--- NotifySender.java 28 Jul 2002 11:46:41 -0000 1.5
+++ NotifySender.java 1 Aug 2002 17:46:39 -0000
@@ -34,7 +34,7 @@
* message. If you do not specify one, it will use the postmaster's address
*
* Sample configuration:
- * <mailet match="All" class="NotifyPostmaster">
+ * <mailet match="All" class="NotifySender">
* <sendingAddress>nobounce@localhost</sendingAddress>
* <attachStackTrace>true</attachStackTrace>
* <notice>Notice attached to the message (optional)</notice>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>