[Rt-commit] [svn] r1056 - in rt/branches/rt-3.1: . lib/RT/Interface
jesse at pallas.eruditorum.org
jesse at pallas.eruditorum.org
Sat Jun 12 12:12:31 EDT 2004
Author: jesse
Date: Sat Jun 12 12:12:30 2004
New Revision: 1056
Modified:
rt/branches/rt-3.1/ (props changed)
rt/branches/rt-3.1/lib/RT/Interface/Email.pm
Log:
----------------------------------------------------------------------
r1788 at debian: jesse | 2004-06-13T01:05:11.245221Z
Autogenerated error email is now properly marked as Precedence: buil
----------------------------------------------------------------------
Modified: rt/branches/rt-3.1/lib/RT/Interface/Email.pm
==============================================================================
--- rt/branches/rt-3.1/lib/RT/Interface/Email.pm (original)
+++ rt/branches/rt-3.1/lib/RT/Interface/Email.pm Sat Jun 12 12:12:30 2004
@@ -166,6 +166,7 @@
Bcc => $args{'Bcc'},
To => $args{'To'},
Subject => $args{'Subject'},
+ Precedence => 'bulk',
'X-RT-Loop-Prevention' => $RT::rtname,
);
More information about the Rt-commit
mailing list