On Sun, 10 Jun 2007, Kenneth Gonsalves wrote:
>
>
> On 10-Jun-07, at 7:33 AM, Mike Schinkel wrote:
>
>> Does anyone know of a free service (or software) that I could proxy
>> through
>> that would let me add a subject header? Given that it appears to be a
>> non-negotiable on the list, that's about the only potential
>> solution left
>> that I can see that would allow me to handle the volume of email on
>> this
>> list.
>
> procmail
>
>
..and just to make it super-easy:
#============================================================
# Tag django mailing list
#============================================================
:0
* To: [EMAIL PROTECTED]
{
:0 fhc
| sed -e 's/^Subject: /Subject: [django-users] /'
}
..not that I necessarily disagree with the OP's point, but I do think
this is a case where the problem can be solved on an individual basis.
-Simon
--
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---