This is the mail archive of the
overseers@sourceware.org
mailing list for the Sourceware project.
questions about blocking disclaimers
- From: Christopher Faylor <cgf-mailinglist-please at sourceware dot org>
- To: overseers at sourceware dot org
- Date: Sun, 5 Aug 2007 01:34:29 -0400
- Subject: questions about blocking disclaimers
As many people know, I'm working on modifying the spam filter software
so that it will block email which contains unenforceable company
disclaimers. I've been surveying the archives for samples of
disclaimers to seed the spam blocking regex. I'd like to be able to
include the match that triggered the disclaimer bounce so that people
can see what is causing the problem but that may increase the size
of the bounce. Is that ok, though?
Here's what I have for the bounce message right now:
Sorry. Something in the body of your message triggered a pattern match
which indicates that you included a company disclaimer or privacy notice
in your message to a mailing list at this site. Inclusion of these types
of disclaimers is against site policy. We do not accept email of this form.
See:
http://sourceware.org/lists.html
http://gcc.gnu.org/lists.html#policies
Please tell me what works or doesn't work in the above language.
cgf