commit-womb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-womb] gnumaint README gnumaint template-active.txt


From: Karl Berry
Subject: [Commit-womb] gnumaint README gnumaint template-active.txt
Date: Sat, 13 Jan 2007 16:51:25 +0000

CVSROOT:        /sources/womb
Module name:    gnumaint
Changes by:     Karl Berry <karl>       07/01/13 16:51:25

Modified files:
        .              : README gnumaint template-active.txt 

Log message:
        pipe variable paragraph through fmt

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnumaint/README?cvsroot=womb&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/gnumaint/gnumaint?cvsroot=womb&r1=1.18&r2=1.19
http://cvs.savannah.gnu.org/viewcvs/gnumaint/template-active.txt?cvsroot=womb&r1=1.4&r2=1.5

Patches:
Index: README
===================================================================
RCS file: /sources/womb/gnumaint/README,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- README      13 Jan 2007 01:15:40 -0000      1.5
+++ README      13 Jan 2007 16:51:25 -0000      1.6
@@ -12,6 +12,9 @@
 looks for the specific string in the Subject:, so don't change it in one
 place without the other.
 
+Lines in the template starting with fmt: are piped through fmt before
+sending.
+
 If any questions/suggestions about the software, please email
 address@hidden
 

Index: gnumaint
===================================================================
RCS file: /sources/womb/gnumaint/gnumaint,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- gnumaint    13 Jan 2007 01:15:40 -0000      1.18
+++ gnumaint    13 Jan 2007 16:51:25 -0000      1.19
@@ -465,10 +465,11 @@
             [exec $formail -k -X Date -X Reply-to: -X From: -X Subject: -X To: 
<< $out_email_contents]
 
         ;# Send the email using sendmail
-        ;# exec $sendmail -t -bm << $out_email_contents
-        puts "\f ---"
-        puts "     Would send email to $maintainer_name:"
-        puts $out_email_contents
+        ;#exec fmt --prefix=fmt: <<$out_email_contents | sed s/fmt:// \
+        ;# | $sendmail -t -bm 
+        puts "\f --- Would send email to $maintainer_name:"
+        set msg [exec fmt --prefix=fmt: <<$out_email_contents | sed s/fmt://]
+        puts $msg
 
         ;# Append an entry into the log file
         add_to_log "sent activity control email to $maintainer_email for 
packages $pkg_list_str" 

Index: template-active.txt
===================================================================
RCS file: /sources/womb/gnumaint/template-active.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- template-active.txt 13 Jan 2007 01:15:40 -0000      1.4
+++ template-active.txt 13 Jan 2007 16:51:25 -0000      1.5
@@ -2,10 +2,10 @@
 
 Have I reached %MAINTAINER_NAME?
 
-I'm sending you this message on behalf of the GNU Project because
-you're the maintainer of the GNU packages %PACKAGE_LIST.  We
-would like to verify that you're still there, and still reachable at
-the address we have, %MAINTAINER_EMAIL.
+fmt:I'm sending you this message on behalf of the GNU Project because
+fmt:you're the maintainer of the GNU packages %PACKAGE_LIST.  We
+fmt:would like to verify that you're still there, and still reachable at
+fmt:the address we have, %MAINTAINER_EMAIL.
 
 If all of that is correct, please just reply to this message.  That
 will confirm that you got it, that you're still maintaining these




reply via email to

[Prev in Thread] Current Thread [Next in Thread]