http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/scripts/spam-remover Mercurial Repository: p/roundup/code: scripts/spam-remover history 2026-04-08T21:39:40-04:00 chore: remove __future print_funcion from code. http://hg.code.sf.net:8000/p/roundup/code/#changeset-9c3ec0a5c7fc88acb8a65632ecc13b2d52380314 John Rouillard rouilj@ieee.org 2026-04-08T21:39:40-04:00 2026-04-08T21:39:40-04:00
changeset 9c3ec0a5c7fc
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description chore: remove __future print_funcion from code.

Not needed as of Python 3.
files
Python 3 preparation: miscellaneous Python scripts not named *.py. http://hg.code.sf.net:8000/p/roundup/code/#changeset-c75defc1c2f0e57786cd6be339eda3843b188969 Joseph Myers jsm@polyomino.org.uk 2018-07-25T00:36:40+00:00 2018-07-25T00:36:40+00:00
changeset c75defc1c2f0
branch
bookmark
tag
user Joseph Myers <jsm@polyomino.org.uk>
description Python 3 preparation: miscellaneous Python scripts not named *.py.
files
Implementation for: http://hg.code.sf.net:8000/p/roundup/code/#changeset-6e9b9743de89d2acc152b890dc6848f811ffadce John Rouillard rouilj@ieee.org 2013-04-23T23:06:09-04:00 2013-04-23T23:06:09-04:00
changeset 6e9b9743de89
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Implementation for:

http://issues.roundup-tracker.org/issue2550731

Add mechanism for the detectors to be able to tell the source of the
data changes.

Support for tx_Source property on database handle. Can be
used by detectors to find out the source of a change in an auditor to
block changes arriving by unauthenticated mechanisms (e.g. plain email
where headers can be faked). The property db.tx_Source has the
following values:
* None - Default value set to None. May be valid if it's a script
that is created by the user. Otherwise it's an error and indicates
that some code path is not properly setting the tx_Source property.
* "cli" - this string value is set when using roundup-admin and
supplied scripts.
* "web" - this string value is set when using any web based
technique: html interface, xmlrpc ....
* "email" - this string value is set when using an unauthenticated
email based technique.
* "email-sig-openpgp" - this string value is set when email with a
valid pgp signature is used. (*NOTE* the testing for this mode
is incomplete. If you have a pgp infrastructure you should test
and verify that this is properly set.)

This also includes some (possibly incomplete) tests cases for the
modes above and an example of using ts_Source in the customization.txt
document.
files
Bug-fix in spam-remover script: ignore cases where file-list is set http://hg.code.sf.net:8000/p/roundup/code/#changeset-f841a58681015a560b7c35bf3fa70230815d96df Ralf Schlatterbeck rsc@runtux.com 2012-10-10T18:18:20+02:00 2012-10-10T18:18:20+02:00
changeset f841a5868101
branch
bookmark
tag
user Ralf Schlatterbeck <rsc@runtux.com>
description Bug-fix in spam-remover script: ignore cases where file-list is set
files
Fix file options for spam-remover script, set content to single space. http://hg.code.sf.net:8000/p/roundup/code/#changeset-73129d1a1bc316fac3872ca9e1aea458b8b0274d Ralf Schlatterbeck rsc@runtux.com 2012-09-06T11:24:19+02:00 2012-09-06T11:24:19+02:00
changeset 73129d1a1bc3
branch
bookmark
tag
user Ralf Schlatterbeck <rsc@runtux.com>
description Fix file options for spam-remover script, set content to single space.
files
Add a script to remove file-spam from a tracker. http://hg.code.sf.net:8000/p/roundup/code/#changeset-9f507a042c1b989c758e4cf3928178a8915c5cc5 Ralf Schlatterbeck rsc@runtux.com 2012-09-06T10:57:51+02:00 2012-09-06T10:57:51+02:00
changeset 9f507a042c1b
branch
bookmark
tag
user Ralf Schlatterbeck <rsc@runtux.com>
description Add a script to remove file-spam from a tracker.

See scripts/spam-remover.
files