OLD | NEW |
| (Empty) |
1 Return-Path: <twisted-commits-admin@twistedmatrix.com> | |
2 Delivered-To: warner-twistedcvs@luther.lothar.com | |
3 Received: (qmail 10804 invoked by uid 1000); 19 Jan 2003 14:10:03 -0000 | |
4 Delivered-To: warner-twistedcvs@lothar.com | |
5 Received: (qmail 6704 invoked by uid 13574); 19 Jan 2003 14:00:20 -0000 | |
6 Received: from unknown (HELO pyramid.twistedmatrix.com) ([64.123.27.105]) (envel
ope-sender <twisted-commits-admin@twistedmatrix.com>) | |
7 by 130.94.181.6 (qmail-ldap-1.03) with SMTP | |
8 for <warner-twistedcvs@lothar.com>; 19 Jan 2003 14:00:20 -0000 | |
9 Received: from localhost ([127.0.0.1] helo=pyramid.twistedmatrix.com) | |
10 by pyramid.twistedmatrix.com with esmtp (Exim 3.35 #1 (Debian)) | |
11 id 18aFtx-0002WS-00; Sun, 19 Jan 2003 07:54:17 -0600 | |
12 Received: from acapnotic by pyramid.twistedmatrix.com with local (Exim 3.35 #1 (
Debian)) | |
13 id 18aFtH-0002W3-00 | |
14 for <twisted-commits@twistedmatrix.com>; Sun, 19 Jan 2003 07:53:35 -0600 | |
15 To: twisted-commits@twistedmatrix.com | |
16 From: acapnotic CVS <acapnotic@twistedmatrix.com> | |
17 X-Mailer: CVSToys | |
18 Message-Id: <E18aFtH-0002W3-00@pyramid.twistedmatrix.com> | |
19 Subject: [Twisted-commits] it doesn't work with invalid syntax | |
20 Sender: twisted-commits-admin@twistedmatrix.com | |
21 Errors-To: twisted-commits-admin@twistedmatrix.com | |
22 X-BeenThere: twisted-commits@twistedmatrix.com | |
23 X-Mailman-Version: 2.0.11 | |
24 Precedence: bulk | |
25 List-Help: <mailto:twisted-commits-request@twistedmatrix.com?subject=help> | |
26 List-Post: <mailto:twisted-commits@twistedmatrix.com> | |
27 List-Subscribe: <http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-commi
ts>, | |
28 <mailto:twisted-commits-request@twistedmatrix.com?subject=subscribe> | |
29 List-Id: <twisted-commits.twistedmatrix.com> | |
30 List-Unsubscribe: <http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-com
mits>, | |
31 <mailto:twisted-commits-request@twistedmatrix.com?subject=unsubscribe> | |
32 List-Archive: <http://twistedmatrix.com/pipermail/twisted-commits/> | |
33 Date: Sun, 19 Jan 2003 07:53:35 -0600 | |
34 Status: | |
35 | |
36 Modified files: | |
37 CVSROOT/freshCfg 1.16 1.17 | |
38 | |
39 Log message: | |
40 it doesn't work with invalid syntax | |
41 | |
42 | |
43 Index: CVSROOT/freshCfg | |
44 diff -u CVSROOT/freshCfg:1.16 CVSROOT/freshCfg:1.17 | |
45 --- CVSROOT/freshCfg:1.16 Sun Jan 19 05:52:34 2003 | |
46 +++ CVSROOT/freshCfg Sun Jan 19 05:53:34 2003 | |
47 @@ -27,7 +27,7 @@ | |
48 ('/cvs', '^Reality', None, MailNotification(['reality-commits'])), | |
49 ('/cvs', '^Twistby', None, MailNotification(['acapnotic'])), | |
50 ('/cvs', '^CVSToys', None, | |
51 - MailNotification(['CVSToys-list'] | |
52 + MailNotification(['CVSToys-list'], | |
53 "http://twistedmatrix.com/users/jh.twistd/" | |
54 "viewcvs/cgi/viewcvs.cgi/", | |
55 replyTo="cvstoys-list@twistedmatrix.com"),) | |
56 | |
57 | |
58 _______________________________________________ | |
59 Twisted-commits mailing list | |
60 Twisted-commits@twistedmatrix.com | |
61 http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-commits | |
OLD | NEW |