>>>> "APA" == Adrian Aichner
<adrian(a)xemacs.org> writes:
APA> Stephen, you acted on this but unfortunately I can't find any
APA> documentation in the obvious mailing list (i might well have
APA> missed it).
I think I reported about cc-mode-bugs on xemacs-mailmaint, but rather
than search for it, let me summarize current practice now as it is a
matter of more general interest.
For each XEmacs package, we maintain 4 aliases, which are directed to
various places at the option of the package maintainer:
$PACKAGE-bugs
$PACKAGE-discuss
$PACKAGE-patches
$PACKAGE-maintainer
In most cases, where no other option is available these are redirected
to XEmacs's bug address (currently xemacs-beta).
There is no systematic maintenance (eg, verification that the mailbox
actually exists) being done on the aliases. We change aliases when a
new maintainer is added or at the request of an existing maintainer.
If you have an account on
ftp.xemacs.org, you can look up the aliases
in /etc/mail/xemacs/aliases-xemacs. I use
------------------------------------------------------------------------
(defvar xre-xemacs-ssh-host "ftp.xemacs.org"
"*Host for ssh shell access to
xemacs.org.
May be an alias from ~/.ssh/config.")
(defun xre-egrep-mail-alias (regexp)
"Insert lines matching REGEXP in xemacs mail aliases in current buffer.
You need ssh shell access at
xemacs.org, and `xre-xemacs-ssh-host' must be
configured appropriately."
(interactive "segrep regexp ")
(shell-command
(format
"ssh %s egrep -e '%s'
'/etc/mail/xemacs/{aliases,virtusertable}-xemacs'"
xre-xemacs-ssh-host
regexp)
'here))
------------------------------------------------------------------------
I've considered, but am not happy about, the idea of publishing
aliases-xemacs, certainly not via the website, because it contains a
fair number of unpublished personal addresses AFAICT.
Many mailing list managers automatically hold "implicitly" addressed
posts as probable spam. For example, Mailman does. This means that
without header rewriting, posts to a *-bug(a)xemacs.org alias that
points to such a list will be held. JDE is a list that does this
(they may just bounce without mercy, I forget).
Martin Stjernholm specifically asked me to disable cc-mode-bugs
because it wasn't getting through to bug-cc-mode(a)gnu.org. After
discussion of the reasons (he doesn't check the spamtrap very often),
he gave permission to reenable with header rewriting, but that's still
on my TODO.
I don't know what's happening with w3. ISTR some mention of w3 on
emacs-devel, and I wouldn't be surprised if there's a new mailing list
and a project at Savannah for w3. I'm cc'ing Bill. Bill?
--
Institute of Policy and Planning Sciences
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Ask not how you can "do" free software business;
ask what your business can "do for" free software.