On Thu, 29 Jan 2004, Mike Heller <[EMAIL PROTECTED]> wrote:

> Is it possible to alter the subject (or provide your own) for messages
> sent when action_notify_administrator($message) is used?  Currently I
> get:
> 
> MIMEDefang Notification

The following appears in mimedefang.pl

    # These are set unconditionally; filter() can change them.
    $NotifySenderSubject = "MIMEDefang Notification";
    $NotifyAdministratorSubject = "MIMEDefang Notification";
    $QuarantineSubject = "MIMEDefang Quarantine Report";

So it looks like you can override them in your filter() in
mimedefang-filter.

-- 
Brent J. Nordquist <[EMAIL PROTECTED]> N0BJN
Other contact information: http://kepler.acns.bethel.edu/~bjn/contact.html
* Fast pipe * Always on * Get out of the way - Tim Bray http://tinyurl.com/7sti

_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to