|
|
|
|
||||||
| linux.debian.user debian-user@lists.debian.org. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Is there a way to subscribe to a large set of bugs, without having to
reply to multiple confirmation messages (one for each bug)? -- Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/> Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon) -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Vincent Lefevre <vincent@vinc17.org> wrote:
> Is there a way to subscribe to a large set of bugs, without having to > reply to multiple confirmation messages (one for each bug)? I've hacked a procmail script which might to autoreply the confirm messages.. forgive me if I missed something obvious (too much coffee!) FORMAIL=/usr/bin/formail SENDMAIL=/usr/sbin/sendmail :0c * ^From.pts@qa.debian.org * ^Subject: CONFIRM.* { :0 | $FORMAIL -brt -I "From: Jamin Davis <jlis@ghost.merseine.nu>" | \ $SENDMAIL -t } I have wanted to do this for a while myself - just looked at the exim log and it seems to work. Woo hoo! ![]() -- Jamin @ Home: Chester UK -<jamin@ghost.merseine.nu> -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
On 2007-08-17 02:37:40 +0100, Jamin Davis wrote:
> I've hacked a procmail script which might to autoreply the confirm > messages.. forgive me if I missed something obvious (too much coffee!) I wanted to avoid sending a confirmation for every bug, but if one can't do otherwise, using procmail is better than nothing. I've done a few more checks: as the request for confirmation includes a copy of the headers of the subscription mail, I can check that these are really my headers, and not something a spammer sent with my address in the "From:". -- Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/> Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon) -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
![]() |
| Outils de la discussion | |
|
|