1 Jan 2004 13:40
[sylpheed:22170] PATCH: Verify URL (version 2)
Bill Trenker <mlwtrenker <at> yahoo.ca>
2004-01-01 12:40:18 GMT
2004-01-01 12:40:18 GMT
I recently submitted a simple patch to pop-up a message box and let you verify a url before sending it to your browser. I subsequently found that some spammers are representing the actual, underlying url with encoded characters (ie, they are full of %xx where xx is a 2-digit hexadecimal value). This makes the url's hard to read (probably so we might be fooled into clicking on it anyway). The recent PayPal scam is a good example where the underlying url used encoded characters to try and make it look more legitimate. This 2nd version of my little patch decodes the url so that it can be easily read. The PayPal-scam url leaps out as obviously not a real PayPal url when you see it in decoded form. Again, this patch is for evaluation. It would have to be more tightly integrated into Sylpheed (eg, as an option in the preferences) if it were to become a standard feature. And, again, a mouse roll-over that pop's up the decoded url in a tool-tip would certainly be a more elegant and less intrusive solution. Regards, Bill --------- Patch to src/textview.c for Sylpheed 0.9.8a ---------- /src/sylpheed-0.9.8a/src# diff -u textview.c-original textview.c --- textview.c-original Fri Dec 26 12:13:42 2003 +++ textview.c Thu Jan 1 12:12:38 2004 <at> <at> -47,6 +47,7 <at> <at> #include "html.h" #include "compose.h" #include "displayheader.h" +#include "alertpanel.h" typedef struct _RemoteURI RemoteURI;(Continue reading)



--
Ricardo Mones Lastra - mones <at> aic.uniovi.es
Centro de Inteligencia Artificial, Universidad de Oviedo en Gijon
33271 Asturias, SPAIN. -
RSS Feed