[Python] Proposte sulla gestione della ML
Diego Barrera
diegonebarrera a yahoo.it
Lun 16 Mar 2015 13:31:51 CET
Il 16/03/2015 11:18, Marco Giusti ha scritto:
> Comunque non c'č cosa che non si possa fare con procmail.
>
> # python.it
> :0
> * ! ^List-Id: Discussioni generali sul linguaggio Python <python\.lists\.python\.it>
> * ! ^TO_python a lists\.python\.it
> { }
> :0 Efhw
> {
> :0 fhw
> | formail -I "X-List-Classify: zonapython"
>
> # Remove [Python] from the subject.
> :0 fhw
> | sed -e "s/^\(Subject:.*\)\[Python\]\( \)*/\1/I"
> }
>
> :0
> * ^X-List-Classify: \/.*
> {
> # Remove X-List-Classify header.
> :0 fhw
> | formail -I X-List-Classify
>
> # Remove [listname] from the subject.
> :0 fhw
> | sed -e "s/^\(Subject:.*\)\[$MATCH\]\( \)*/\1/I" \
> -e "/^Reply-To:.*$MATCH@/ d" \
> -e "s/^Old-Reply-To:/Reply-To:/"
>
> # Remove duplicate reply strings.
> :0 fhw
> * ^Subject:[ \t]*Re?:
> | sed -re "s/^(Subject: *)(Re: *)+/Subject: Re: /I"
>
> # For reading.
> :0
> lists/$MATCH/
> }
>
> Cosė riesco a trasformare un soggetto come:
> Subject: Re: [Python] Re: Re: Re: Richiesta di aiuto
> in:
> Subject: Re: Richiesta di aiuto
>
>
Vabbe' ma questa e' roba da ninja.. una cosa umana?
:)
Maggiori informazioni sulla lista
Python