<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ticket search results</title><link>https://forge-allura.apache.org/p/allura/tickets/</link><description>You searched for labels:"spam"</description><language>en</language><lastBuildDate>Mon, 09 May 2016 19:13:02 -0000</lastBuildDate><item><title>Rate limit artifact creation per-user NEEDS INDEX</title><link>https://forge-allura.apache.org/p/allura/tickets/8082/</link><description>Currently rate limiting of wiki pages and ticket creation is based on number in the project and age of the project.  We should add an option for per-user limits across all projects, based on the age of the user's account.

Also look at expanding for blog posts, and any other types of artifacts.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Mon, 09 May 2016 19:13:02 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/8082/</guid></item><item><title>Akismet filter needs to send original metadata when reporting spam/ham</title><link>https://forge-allura.apache.org/p/allura/tickets/8047/</link><description>We currently send the current user etc, when submitting spam or ham reports.  Per http://akismet.com/development/api/#submit-spam its important that we send the original post's metadata.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Mon, 25 Jan 2016 15:33:57 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/8047/</guid></item><item><title>Add spam button for comments</title><link>https://forge-allura.apache.org/p/allura/tickets/6864/</link><description>Comment moderators can mark pending messages as spam, but there's not an easy way to do it for regular messages.  You have to go to the /_discuss/moderate page and find the comment.  There should be a button right next to the comment.  (We may need to change the layout of those action links/buttons so they don't take up too much unnecessary room).  Make sure clicking it sends the feedback to the spam plugin for training (I think it does this already through the /_discuss/moderate page)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Thu, 20 Aug 2015 22:07:10 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/6864/</guid></item><item><title>Send wiki pages through our spam checking/logging</title><link>https://forge-allura.apache.org/p/allura/tickets/5725/</link><description>Put wiki pages through the logic we already have in place for all comments.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Thu, 20 Aug 2015 22:07:53 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/5725/</guid></item><item><title>Spam filtering should check all comments and handle errors</title><link>https://forge-allura.apache.org/p/allura/tickets/5580/</link><description>1. Make sure discussion replies get filtered, not just top-level comments
2. An exception that occurs inside a spam plugin shouldn't blow up the whole request</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tim Van Steenburgh</dc:creator><pubDate>Thu, 20 Aug 2015 22:07:53 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/5580/</guid></item><item><title>Spam moderation - comments - NEEDS INI</title><link>https://forge-allura.apache.org/p/allura/tickets/5571/</link><description>Possible next step after [#5384].

Create moderation mechanism for spam. Some thoughts:

1. Moderators need to be able to review stuff that the filter has marked as spam, as well as flag stuff as spam that the filter may have missed.
2. In either case, post to the spam service's "submit-ham" or "submit-spam" endpoint if available.
3. Email notification to moderators when something is flagged as spam by the filter?
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tim Van Steenburgh</dc:creator><pubDate>Thu, 20 Aug 2015 22:07:56 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/5571/</guid></item><item><title>UnicodeEncodeError in anti-spam check</title><link>https://forge-allura.apache.org/p/allura/tickets/5534/</link><description>Unicode in a user's name can cause this error:

~~~~
File '/var/local/allura/Allura/allura/controllers/discuss.py', line 189 in post
  is_spam = g.spam_checker.check(kw['text'], artifact=p, user=c.user)
File '/var/local/allura/Allura/allura/lib/spam/akismetservice.py', line 26 in check
  res = self.comment_check(text, data=kw, build_data=False)
File '/var/local/env-allura/lib/python2.7/site-packages/akismet-0.2.0-py2.7.egg/akismet.py', line 320 in comment_check
  resp = self._safeRequest(url, urlencode(data), headers)
File '/usr/lib64/python2.7/urllib.py', line 1312 in urlencode
  v = quote_plus(str(v))
UnicodeEncodeError: 'ascii' codec can't encode character u'\\xf6' in position 2: ordinal not in range(128)
~~~~</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Thu, 20 Aug 2015 22:07:56 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/5534/</guid></item><item><title>Fix akismet</title><link>https://forge-allura.apache.org/p/allura/tickets/5455/</link><description>We're not sending the post content, or the correct remote IP address.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tim Van Steenburgh</dc:creator><pubDate>Thu, 20 Aug 2015 22:07:54 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/5455/</guid></item><item><title>Crowd-sourcing of spam identification for project blogs</title><link>https://forge-allura.apache.org/p/allura/tickets/5400/</link><description>Make some version of https://sourceforge.net/p/test-wiki/All%20project%20news/ available to the public, along with the ability to flag posts as spam. Provide reporting of probably-spam posts (and, thus, projects) to forge admins.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rich Bowen</dc:creator><pubDate>Tue, 04 Dec 2012 22:49:39 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/5400/</guid></item><item><title>Add disabled flag to Allura User model</title><link>https://forge-allura.apache.org/p/allura/tickets/5271/</link><description>Add a flag to disable user accounts in Allura, and make the ACL honor it.

Also add a script to update existing Allura records to disabled if their alexandria record is D or S. Keep the script in forge-classic, we may want to run it from time to time.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cory Johns</dc:creator><pubDate>Thu, 20 Aug 2015 22:07:52 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/5271/</guid></item><item><title>Allow deleting tickets &amp; undo</title><link>https://forge-allura.apache.org/p/allura/tickets/2584/</link><description>We need a way to mark stuff as spam in allura tracker.

We got this spam ticket, and currently, it looks like the only option is to mark the ticket as private so it's not publicly viewable: https://sourceforge.net/p/forge/comm-docs-tickets/3/</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Tsai</dc:creator><pubDate>Thu, 20 Aug 2015 22:07:52 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/2584/</guid></item></channel></rss>