Does anyone else follow this bboard and those at aD via email? I find
it hard to believe people really follow questions via the web -- AFAIK
there's no way to tell what questions have responses I haven't read or
for such questions which responses I haven't read other then through
lots of clicking, scrolling, and eyeballing.
So I subscribe to this forum and several of those at aD via email
alerts. This is ok, but due to the lack of In-Reply-To headers, and
the values given to From: and Subject:, reading bboard responses in
email is still a pain.
My solution is to accumulate hundreds or thousands of responses in a
mbox, then when I feel like catching up on ACS happenings, run some
regexps on the file so that my mail reader can group responses by
question and display the author in From:.
Each of these makes reading much, much better: grouping by question
allows me to easily concentrate on one question at a time, and delete
a whole group of responses if they don't interest me with one ^d
(using mutt). Showing the author in From: allows me to at a glance
read the people who I know write interesting stuff and delete
responses from people who aren't worth reading.
It would be trivial to have email alerts for bboard postings
automatically generated with the necessary headers, which would save
me from having to occasionally munge my mailbox and make it easier for
everyone else to follow bboards via email as well:
I'd just post a patch, but unfortunately I don't know exactly what
versions of [Open]ACS/bboard are running here and at aD, and it seems
that different bboards are set up to generate slightly differently
formatted alerts, so I'll describe generally what needs to be done in
hope that people with access to the OpenACS and aD forums might make
the necessary (trivial) changes:
Subject:
Currently, the subject line is formatted along the lines of
Subject: bboard_name: {Response to }question_subject
This should be changed to
Subject: {Re: }[bboard_name] question_subject
(I'm using curly braces to indicate optional fields, as [] should be
used to enclose the bboard name following a commonly-used mailing list
convention).
This change allows some mail readers to group messages by subject,
appearing as a psuedo-thread. To get real threding, you'd need
In-Repy-To:, and I'm assuming that may be harder, as I'm not sure at
what point message-ids are generated.
From:
Currently all bboard response alerts are sent with From: set to
"bboard@openacs.org" or "bboard-robot@arsdigita.com". This isn't done
to protect the email address of the poster, as this information is
included in Reply-To: (on aD, the email address and full name of the
poster are also included in the message body). It also needn't be
done to identify the email as originating from a bboard, as there are
plenty of other markers of that in the header and in a trailer
instructing the reader how to reply, etc.
How about just setting From: as follows:
From: "Full_Poster_Name" <poster_email_address>
Is this this silly? Should I be posting it elsewhere?