[interchange-cvs] interchange - docelic modified code/UserTag/email_raw.tag

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Sat Oct 2 14:15:17 EDT 2004


User:      docelic
Date:      2004-10-02 18:15:16 GMT
Modified:  code/UserTag email_raw.tag
Log:
- header/license fix

Revision  Changes    Path
1.4       +4 -21     interchange/code/UserTag/email_raw.tag


rev 1.4, prev_rev 1.3
Index: email_raw.tag
===================================================================
RCS file: /var/cvs/interchange/code/UserTag/email_raw.tag,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- email_raw.tag	13 Aug 2004 21:13:09 -0000	1.3
+++ email_raw.tag	2 Oct 2004 18:15:16 -0000	1.4
@@ -1,24 +1,6 @@
-UserTag email-raw Documentation <<EOD
-
-=head1 email-raw
-
-This tag takes a raw email message, I<including headers>, and
-uses the SendmailProgram with B<-t> option. Example:
-
-	[email-raw]
-	From: foo at bar.com
-	To: bar at foo.com
-	Subject: baz
-    
-	The text of the message.
-	[/email-raw]
-
-The headers must be at the beginning of the line, and the header
-must have a valid C<To:> or it will not be delivered.
-
-=cut
-
-EOD
+# Copyright 2002 Interchange Development Group (http://www.icdevgroup.org/)
+# Licensed under the GNU GPL v2. See file LICENSE for details.
+# $Id: email_raw.tag,v 1.4 2004/10/02 18:15:16 docelic Exp $
 
 UserTag email-raw hasEndTag
 UserTag email-raw addAttr
@@ -46,3 +28,4 @@
     return $opt->{hide} ? '' : $ok;
 }
 EOR
+








More information about the interchange-cvs mailing list