File: 4.expected

package info (click to toggle)
rss2email 1%3A3.14-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,264 kB
  • sloc: python: 2,565; xml: 156; sh: 6; makefile: 2
file content (402 lines) | stat: -rw-r--r-- 12,108 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
SENT BY: "gmane.mail.rss2email: W. Trevor King" <user@rss2email.invalid>
Content-Type: multipart/alternative; boundary="===============...=="
MIME-Version: 1.0
MIME-Version: 1.0
From: "gmane.mail.rss2email: W. Trevor King" <user@rss2email.invalid>
To: a@b.com
Subject: Re: new maintainer and mailing list for rss2email
Date: Mon, 12 Nov 2012 21:20:22 -0000
Message-ID: <...@dev.null.invalid>
User-Agent: rss2email/...
List-ID: <test.localhost>
List-Post: NO (posting not allowed on this list)
X-RSS-Feed: data/gmane/feed.rss
X-RSS-ID: http://permalink.gmane.org/gmane.mail.rss2email/1
X-RSS-URL: http://permalink.gmane.org/gmane.mail.rss2email/1

--===============...==
Content-Type: text/html; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit

<!DOCTYPE html>
<html>
  <head>
</head>
<body dir="auto">
<div class="entry" id="entry">
<h1 class="header"><a href="http://permalink.gmane.org/gmane.mail.rss2email/1">Re: new maintainer and mailing list for rss2email</a></h1>
<div class="body" id="body">
<pre>Alrighty, this is the first email on the list and also my first
production mlmmj list, so I've CCed you both directly.  Etienne, let
me know if you get the direct email but not the list email, in which
case I'll try and figure out what I've miss-configured ;).  Lindsey,
I'll direct future rss2email stuff to my new list, so subscribe if
you're interested.

On Mon, Nov 12, 2012 at 06:17:50PM +0100, Etienne Millon wrote:

Wonderful.  Let me know if you come up with anything during a
test-drive, and I'll get it in before the 3.0 release.


The 2.x config format is pure Python, which means the users can do
whatever they want there (including monkey-patching urllib2, changing
the rss2email version number, etc.).  It's hard to imagine a robust
way to migrate everything a user may have done in there.


If you want to take a stab at it, I'll be happy to add it to a contrib
directory :).


Great :).

On Mon, Nov 12, 2012 at 01:48:13PM -0500, W. Trevor King wrote:

Done: https://github.com/rss2email/rss2email

</pre>
</div>
<div class="footer">
<p>URL: <a href="http://permalink.gmane.org/gmane.mail.rss2email/1">http://permalink.gmane.org/gmane.mail.rss2email/1</a></p>
</div>
</div>
</body>
</html>

--===============...==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit

# [Re: new maintainer and mailing list for
rss2email](http://permalink.gmane.org/gmane.mail.rss2email/1)

    
    
    Alrighty, this is the first email on the list and also my first
    production mlmmj list, so I've CCed you both directly.  Etienne, let
    me know if you get the direct email but not the list email, in which
    case I'll try and figure out what I've miss-configured ;).  Lindsey,
    I'll direct future rss2email stuff to my new list, so subscribe if
    you're interested.
    
    On Mon, Nov 12, 2012 at 06:17:50PM +0100, Etienne Millon wrote:
    
    Wonderful.  Let me know if you come up with anything during a
    test-drive, and I'll get it in before the 3.0 release.
    
    
    The 2.x config format is pure Python, which means the users can do
    whatever they want there (including monkey-patching urllib2, changing
    the rss2email version number, etc.).  It's hard to imagine a robust
    way to migrate everything a user may have done in there.
    
    
    If you want to take a stab at it, I'll be happy to add it to a contrib
    directory :).
    
    
    Great :).
    
    On Mon, Nov 12, 2012 at 01:48:13PM -0500, W. Trevor King wrote:
    
    Done: https://github.com/rss2email/rss2email
    
    

URL: <http://permalink.gmane.org/gmane.mail.rss2email/1>


--===============...==--


SENT BY: "gmane.mail.rss2email: Etienne Millon" <user@rss2email.invalid>
Content-Type: multipart/alternative; boundary="===============...=="
MIME-Version: 1.0
MIME-Version: 1.0
From: "gmane.mail.rss2email: Etienne Millon" <user@rss2email.invalid>
To: a@b.com
Subject: Re: new maintainer and mailing list for rss2email
Date: Tue, 13 Nov 2012 10:48:07 -0000
Message-ID: <...@dev.null.invalid>
User-Agent: rss2email/...
List-ID: <test.localhost>
List-Post: NO (posting not allowed on this list)
X-RSS-Feed: data/gmane/feed.rss
X-RSS-ID: http://permalink.gmane.org/gmane.mail.rss2email/2
X-RSS-URL: http://permalink.gmane.org/gmane.mail.rss2email/2

--===============...==
Content-Type: text/html; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit

<!DOCTYPE html>
<html>
  <head>
</head>
<body dir="auto">
<div class="entry" id="entry">
<h1 class="header"><a href="http://permalink.gmane.org/gmane.mail.rss2email/2">Re: new maintainer and mailing list for rss2email</a></h1>
<div class="body" id="body">
<pre>* W. Trevor King &lt;wking-vJI2gpByivqcqzYg7KEe8g&lt; at &gt;public.gmane.org&gt; [121112 23:18]:

It seems to work, though it may have been grouped together with my
MDA. I'll tell you if I don't receive a mail where I'm not CCed.


We're finalizing a release ATM, so it will be the perfect time to try
a new rss2email release in a couple of months.


The idea is more to migrate the low hanging fruits (maybe 95% of
users) so that they don't lose their config. I was thinking to just
eval() the config file and output the relevant variables to the new
format. We'll see how it turns out :)


Do you prefer taking pull requests there or as a discussion on the
mailing list (git send-email style) ?

</pre>
</div>
<div class="footer">
<p>URL: <a href="http://permalink.gmane.org/gmane.mail.rss2email/2">http://permalink.gmane.org/gmane.mail.rss2email/2</a></p>
</div>
</div>
</body>
</html>

--===============...==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit

# [Re: new maintainer and mailing list for
rss2email](http://permalink.gmane.org/gmane.mail.rss2email/2)

    
    
    * W. Trevor King <wking-vJI2gpByivqcqzYg7KEe8g< at >public.gmane.org> [121112 23:18]:
    
    It seems to work, though it may have been grouped together with my
    MDA. I'll tell you if I don't receive a mail where I'm not CCed.
    
    
    We're finalizing a release ATM, so it will be the perfect time to try
    a new rss2email release in a couple of months.
    
    
    The idea is more to migrate the low hanging fruits (maybe 95% of
    users) so that they don't lose their config. I was thinking to just
    eval() the config file and output the relevant variables to the new
    format. We'll see how it turns out :)
    
    
    Do you prefer taking pull requests there or as a discussion on the
    mailing list (git send-email style) ?
    
    

URL: <http://permalink.gmane.org/gmane.mail.rss2email/2>


--===============...==--


SENT BY: "gmane.mail.rss2email: W. Trevor King" <user@rss2email.invalid>
Content-Type: multipart/alternative; boundary="===============...=="
MIME-Version: 1.0
MIME-Version: 1.0
From: "gmane.mail.rss2email: W. Trevor King" <user@rss2email.invalid>
To: a@b.com
Subject: Re: new maintainer and mailing list for rss2email
Date: Tue, 13 Nov 2012 12:20:20 -0000
Message-ID: <...@dev.null.invalid>
User-Agent: rss2email/...
List-ID: <test.localhost>
List-Post: NO (posting not allowed on this list)
X-RSS-Feed: data/gmane/feed.rss
X-RSS-ID: http://permalink.gmane.org/gmane.mail.rss2email/3
X-RSS-URL: http://permalink.gmane.org/gmane.mail.rss2email/3

--===============...==
Content-Type: text/html; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit

<!DOCTYPE html>
<html>
  <head>
</head>
<body dir="auto">
<div class="entry" id="entry">
<h1 class="header"><a href="http://permalink.gmane.org/gmane.mail.rss2email/3">Re: new maintainer and mailing list for rss2email</a></h1>
<div class="body" id="body">
<pre>
send-email style, although I'll accept anything ;).

</pre>
</div>
<div class="footer">
<p>URL: <a href="http://permalink.gmane.org/gmane.mail.rss2email/3">http://permalink.gmane.org/gmane.mail.rss2email/3</a></p>
</div>
</div>
</body>
</html>

--===============...==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit

# [Re: new maintainer and mailing list for
rss2email](http://permalink.gmane.org/gmane.mail.rss2email/3)

    
    
    send-email style, although I'll accept anything ;).
    
    

URL: <http://permalink.gmane.org/gmane.mail.rss2email/3>


--===============...==--


SENT BY: "gmane.mail.rss2email: Etienne Millon" <user@rss2email.invalid>
Content-Type: multipart/alternative; boundary="===============...=="
MIME-Version: 1.0
MIME-Version: 1.0
From: "gmane.mail.rss2email: Etienne Millon" <user@rss2email.invalid>
To: a@b.com
Subject: Re: new maintainer and mailing list for rss2email
Date: Tue, 13 Nov 2012 12:42:13 -0000
Message-ID: <...@dev.null.invalid>
User-Agent: rss2email/...
List-ID: <test.localhost>
List-Post: NO (posting not allowed on this list)
X-RSS-Feed: data/gmane/feed.rss
X-RSS-ID: http://permalink.gmane.org/gmane.mail.rss2email/4
X-RSS-URL: http://permalink.gmane.org/gmane.mail.rss2email/4

--===============...==
Content-Type: text/html; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit

<!DOCTYPE html>
<html>
  <head>
</head>
<body dir="auto">
<div class="entry" id="entry">
<h1 class="header"><a href="http://permalink.gmane.org/gmane.mail.rss2email/4">Re: new maintainer and mailing list for rss2email</a></h1>
<div class="body" id="body">
<pre>* W. Trevor King &lt;wking-vJI2gpByivqcqzYg7KEe8g&lt; at &gt;public.gmane.org&gt; [121113 13:21]:

Ack.

Also, confirming that the mailing list works.

</pre>
</div>
<div class="footer">
<p>URL: <a href="http://permalink.gmane.org/gmane.mail.rss2email/4">http://permalink.gmane.org/gmane.mail.rss2email/4</a></p>
</div>
</div>
</body>
</html>

--===============...==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit

# [Re: new maintainer and mailing list for
rss2email](http://permalink.gmane.org/gmane.mail.rss2email/4)

    
    
    * W. Trevor King <wking-vJI2gpByivqcqzYg7KEe8g< at >public.gmane.org> [121113 13:21]:
    
    Ack.
    
    Also, confirming that the mailing list works.
    
    

URL: <http://permalink.gmane.org/gmane.mail.rss2email/4>


--===============...==--


SENT BY: "gmane.mail.rss2email: W. Trevor King" <user@rss2email.invalid>
Content-Type: multipart/alternative; boundary="===============...=="
MIME-Version: 1.0
MIME-Version: 1.0
From: "gmane.mail.rss2email: W. Trevor King" <user@rss2email.invalid>
To: a@b.com
Subject: split massive package into modules
Date: Tue, 13 Nov 2012 14:36:22 -0000
Message-ID: <...@dev.null.invalid>
User-Agent: rss2email/...
List-ID: <test.localhost>
List-Post: NO (posting not allowed on this list)
X-RSS-Feed: data/gmane/feed.rss
X-RSS-ID: http://permalink.gmane.org/gmane.mail.rss2email/5
X-RSS-URL: http://permalink.gmane.org/gmane.mail.rss2email/5

--===============...==
Content-Type: text/html; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit

<!DOCTYPE html>
<html>
  <head>
</head>
<body dir="auto">
<div class="entry" id="entry">
<h1 class="header"><a href="http://permalink.gmane.org/gmane.mail.rss2email/5">split massive package into modules</a></h1>
<div class="body" id="body">
<pre>I just split the 1769-line rss2email.py module into a more manageable
package with sub-modules:

https://github.com/rss2email/rss2email/commit/066602efa088b4a89d67e23011613b4459db3c92

</pre>
</div>
<div class="footer">
<p>URL: <a href="http://permalink.gmane.org/gmane.mail.rss2email/5">http://permalink.gmane.org/gmane.mail.rss2email/5</a></p>
</div>
</div>
</body>
</html>

--===============...==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit

# [split massive package into
modules](http://permalink.gmane.org/gmane.mail.rss2email/5)

    
    
    I just split the 1769-line rss2email.py module into a more manageable
    package with sub-modules:
    
    https://github.com/rss2email/rss2email/commit/066602efa088b4a89d67e23011613b4459db3c92
    
    

URL: <http://permalink.gmane.org/gmane.mail.rss2email/5>


--===============...==--