Rent the ByngThing
Our ideas are our life. Innovation, novelty, trailblazing, all attitudes that embody our approach to problem solving, information management and user interface design. Our team of consultants shape the products and offer a wealth of experience both on the theory and practacilties of I.T. systems.
Consider our consultants as idea factories, feasibility checkers, realists, lead programmers or simply problem solvers - it's up to you!
Ollie Maitland
Consulting in developing revenue streams with the web latest technologies. Expert in user interface development for rich internet applications with a toolkit with the usual suspects of jQuery, Mootools, ExtJS and Dojo.
Martin Hewitt
Available for consulting on web development heavyweight development projects requiring expertise in advanced programming and data modelling. Expert in application framework design, metric generation and data mining.
Recent posts
Zimbra and Spam Assassin Y2k10 bug FH_DATE_PAST_20XX header
25th March 10 - Posted by Ollie Maitland
All the Y2K issues were after all quite a let down yielding almost no exciting failures or blue screens of death.
I did however come across a minor bug in Zimbra and Spam Assassin today which was slightly confusing and an example of some pretty bad programming. Spam Assassin has a number of rules which determine whether an email is valid or not; one such rule is whether an email is dates "grossly in the future".
We noticed that more emails where being detected as spam more than usual. In further investigation this code was found in 72_active.cf :
##{ FH_DATE_PAST_20XX
header FH_DATE_PAST_20XX Date =~ /20[1-9][0-9]/ [if-unset: 2006]^M
describe FH_DATE_PAST_20XX The date is grossly in the future.^M
##} FH_DATE_PAST_20XX
This generates FH_DATE_PAST_20XX on almost all emails. Clearly the programmer could see that when the date goes from 2009 to 2010 this would be illegal.
Anyway, the problem is easily solved:
##{ FH_DATE_PAST_20XX
header FH_DATE_PAST_20XX Date =~ /20[2-9][0-9]/ [if-unset: 2006]^M
describe FH_DATE_PAST_20XX The date is grossly in the future.^M
##} FH_DATE_PAST_20XX
And thankfully happy customers again :)
Note: It also seems like someone else found this too
Consultants
What might you want?
- Database Architecture and Design
- PHP Programming
- JavaScript Programming
- jQuery, Mootools, ExtJS
- Java Programming
- Feasibility testing
- Code Auditing
- System Design
0845 625 2825