Re: reporting BTS spam easily from Mutt

2008-01-08 Thread Alexander Schmehl
Am 8.1.2008 schrieb "Javier Fernandez-Sanguino" <[EMAIL PROTECTED]>: >I do not suggest you report automatically, as you will not review >false positives. That wasn't my plan; acutally listmasters strongly discourage from doing so. Problem was, that I sorted spam to one directory, and was to lazy

Re: reporting BTS spam easily from Mutt

2008-01-08 Thread Javier Fernandez-Sanguino
> Am 8.1.2008 schrieb "Kumar Appaiah" <[EMAIL PROTECTED]>: > Would be cool, if your script would then automatically detect, if the > mail was received via bts or via a list and bounce it to the correct > report address. I do not suggest you report automatically, as you will not review false positi

Re: reporting BTS spam easily from Mutt

2008-01-08 Thread Kumar Appaiah
On Tue, Jan 08, 2008 at 04:26:30PM +0530, Kumar Appaiah wrote: > macro index , "[EMAIL PROTECTED]" > macro index , "[EMAIL PROTECTED]" OK, the second index should be `pager'. And I just tested it on a real spam with report-listspam@, and it works! :-) Kumar -- Kumar Appaiah, 458, Jamuna Hostel,

Re: reporting BTS spam easily from Mutt

2008-01-08 Thread Kumar Appaiah
On Tue, Jan 08, 2008 at 12:41:23PM +0200, Alexander Schmehl wrote: > Would be cool, if your script would then automatically detect, if the > mail was received via bts or via a list and bounce it to the correct > report address. Er, that's too cool, but here's a simple one to start. Just add this t

Re: reporting BTS spam easily from Mutt

2008-01-08 Thread Alexander Schmehl
Hi! Am 8.1.2008 schrieb "Kumar Appaiah" <[EMAIL PROTECTED]>: [ reporting spam to listmasters and bts admins ] >I think a single keystroke can be scripted for this. I'll try later >tonight, though someone else is welcome to do this ahead of me. :-) Would be cool, if your script would then auto

Re: reporting BTS spam easily from Mutt

2008-01-08 Thread Kumar Appaiah
On Mon, Jan 07, 2008 at 03:29:21PM +0100, Amaya wrote: > That is incredibly useful, is tehre any similar tool to report spam > delivered through the Debian Mailing Lists? > > Sorry if this has been answered before, I am just starting to keep up > with mail backlog. Well, the steps are simply: 1.

Re: reporting BTS spam easily from Mutt

2008-01-08 Thread Salvatore Bonaccorso
Hi On Mon, Jan 07, 2008 at 03:29:21PM +0100, Amaya wrote: > Hamish Moffatt wrote: > > In case it's useful to anyone, here's a quick hack I put together for > > easy BTS spam reporting from mutt. > > That is incredibly useful, is tehre any similar tool to report spam > delivered through the Debia

Re: reporting BTS spam easily from Mutt

2008-01-07 Thread Amaya
Hamish Moffatt wrote: > In case it's useful to anyone, here's a quick hack I put together for > easy BTS spam reporting from mutt. That is incredibly useful, is tehre any similar tool to report spam delivered through the Debian Mailing Lists? Sorry if this has been answered before, I am just star

Re: reporting BTS spam easily from Mutt

2007-12-12 Thread Stefano Zacchiroli
On Wed, Dec 12, 2007 at 07:20:01PM -0500, David Nusinow wrote: > I use mutt but I don't have the library of scripts that I'm sure many DD's > have to deal with debian-specific stuff, although I'd love one. Would > anyone besides me be interested in pooling mutt scripts useful for DD's on > the wiki

Re: reporting BTS spam easily from Mutt

2007-12-12 Thread Stephen Gran
This one time, at band camp, David Nusinow said: > > I use mutt but I don't have the library of scripts that I'm sure many DD's > have to deal with debian-specific stuff, although I'd love one. Would > anyone besides me be interested in pooling mutt scripts useful for DD's on > the wiki or somethi

Re: reporting BTS spam easily from Mutt

2007-12-12 Thread David Nusinow
On Tue, Dec 11, 2007 at 09:44:08PM +1100, Hamish Moffatt wrote: > In case it's useful to anyone, here's a quick hack I put together for > easy BTS spam reporting from mutt. > > Firstly a keybinding for .muttrc: > > macro index B "unset > wait_key\nbugspam\nset wait_key\n" > macro pager B "unset

reporting BTS spam easily from Mutt

2007-12-11 Thread Hamish Moffatt
In case it's useful to anyone, here's a quick hack I put together for easy BTS spam reporting from mutt. Firstly a keybinding for .muttrc: macro index B "unset wait_key\nbugspam\nset wait_key\n" macro pager B "unset wait_key\nbugspam\nset wait_key\n" Secondly, a script called bugspam which goe