diff options
-rw-r--r-- | app/models/incoming_message.rb | 2 | ||||
-rw-r--r-- | todo.txt | 22 |
2 files changed, 19 insertions, 5 deletions
diff --git a/app/models/incoming_message.rb b/app/models/incoming_message.rb index 59695514e..0ef7e0e06 100644 --- a/app/models/incoming_message.rb +++ b/app/models/incoming_message.rb @@ -19,7 +19,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: incoming_message.rb,v 1.178 2008-12-18 19:44:26 francis Exp $ +# $Id: incoming_message.rb,v 1.179 2008-12-29 22:51:10 francis Exp $ # TODO # Move some of the (e.g. quoting) functions here into rblib, as they feel @@ -31,6 +31,17 @@ Write code to make sure the Return-Path is never foi@sandwich.org.uk (even if th Later ===== +Use maybe words for generated email address? Name of the person and a request +number (i.e. number of that persons request, so there are few numbers)? + It looks like an error generated by GFI MailEssentials, see p62 of chapter + 11 of the manual at http://www.gfi.com/mes/me11manual.pdf which states: + 7. Check if emails contain more than X numbers in the MIME from: + Frequently, more than 3 numbers in the MIME from means that the sender is a + spammer. The reason for this is that spammers often use tools to + automatically create reply-to: addresses on hotmail and other free email + services. Frequently they use 3 or more numbers in the name to make sure + the reply-to: is unique. + Update annotation help text for new states like internal_review and gone_postal Test data dumper that removes sensitive data, but lets trusted people play with @@ -109,13 +120,16 @@ They are copy protected PDFs. The code in the incoming_message model tries to fi that by converting them to ps and back, but the content is getting lost when doing, not sure why. Perhaps instead patch poppler-utils so pdftohtml doesn't respect protection either (code in pdftotext already has a #ifdef round it) -Another one knackered, and isn't copy protected, but is like the output of -converted via pdf2ps ones I suspect (i.e. very scanned): +Some other pdftohtml bugs (fix them or file about them) - possibly can detect some of these +and display a better error? http://www.whatdotheyknow.com/request/sale_of_public_land#incoming-8146 http://www.whatdotheyknow.com/request/childrens_database_compliance_wi#incoming-8088 -Weird formatting one: + http://www.whatdotheyknow.com/request/3326/response/7701/attach/html/2/Scan001.PDF.html http://www.whatdotheyknow.com/request/risk_log#incoming-8090 -File bugs in pdftohtml :) +Orientation wrong: + http://www.whatdotheyknow.com/request/3153/response/7726/attach/html/2/258850.pdf.html +Bug in wvHtml, segfaults when converting this: + http://www.whatdotheyknow.com/request/subject_access_request_guide_sar#incoming-10242 Make tables prettier in view as HTMl, just normal thick borders. http://www.whatdotheyknow.com/request/1610/response/8093/attach/html/3/2008.10.29%20Reply.doc.html |