noel 2004/03/29 18:15:24
Modified: src/java/org/apache/james/transport/mailets Tag:
branch_2_1_fcs CommandListservManager.java
Log:
Allow $DISPLAY_NAME in list texts
Revision Changes Path
No revision
No revision
1.1.2.4 +2 -1
james-server/src/java/org/apache/james/transport/mailets/Attic/CommandListservManager.java
Index: CommandListservManager.java
===================================================================
RCS file:
/home/cvs/james-server/src/java/org/apache/james/transport/mailets/Attic/CommandListservManager.java,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -r1.1.2.3 -r1.1.2.4
--- CommandListservManager.java 15 Mar 2004 03:54:19 -0000 1.1.2.3
+++ CommandListservManager.java 30 Mar 2004 02:15:24 -0000 1.1.2.4
@@ -196,6 +196,7 @@
public Properties getStandardProperties() {
Properties standardProperties = new Properties();
standardProperties.put("LIST_NAME", getListName(false));
+ standardProperties.put("DISPLAY_NAME", getListName(true));
standardProperties.put("DOMAIN_NAME", getListDomain());
return standardProperties;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]