Update of /var/cvs/applications/email/config/modules
In directory james.mmbase.org:/tmp/cvs-serv25490/config/modules

Modified Files:
        sendmail.xml 
Log Message:
some things were ported from Didactor, which uses a field 'type', but the 
default email builder has 'mailtype' instead. wtf.


See also: http://cvs.mmbase.org/viewcvs/applications/email/config/modules


Index: sendmail.xml
===================================================================
RCS file: /var/cvs/applications/email/config/modules/sendmail.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- sendmail.xml        1 Aug 2008 11:23:09 -0000       1.14
+++ sendmail.xml        27 Nov 2008 10:26:28 -0000      1.15
@@ -48,10 +48,16 @@
     <property name="emailbuilder.bccfield">bcc</property>
     <property name="emailbuilder.fromfield">from</property>
     <property name="emailbuilder.subjectfield">subject</property>
+    <!--
     <property name="emailbuilder.headersfield">headers</property>
+    -->
     <property name="emailbuilder.datefield">date</property>
-    <property name="emailbuilder.typefield">type</property>
+    <property name="emailbuilder.typefield">mailtype</property>
+
 
+    <!--
+        this property is used by the VerifyEmailProcessor to encrypt the data 
sent to the client, to make sure that it cannot be spoofed.
+    -->
     <property name="verify_email.password">secret</property>
 
 
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to