View Full Version : goog-mail.py, bug or...?
jorgan
08-06-2008, 03:34 AM
goog-mail.py wont search emails thru google with bt3 final. Is this a bug with script on bt3, or google worked somethin on this?
I don't have bt3 beta or bt2 to try to compare two goog-mail.py's, so i needed to write it here...
thx
=Tron=
08-06-2008, 04:25 AM
I have not used goog-mail.py in BT3F, or in a very long time for that part, but I suppose that it is possible that google simply won’t allow for searching for email addresses in this fashion any longer in order to prevent email harvesting for spam abuse.
This is however only a thought so feel free to shoot it down in case anyone has some actual information disproving it. :)
johnjohnsp1
08-28-2008, 09:49 AM
I tried with the option -b msn and it worked so far.
merlin214365
11-13-2008, 02:19 PM
Ok so i have a fix to the goog-mail.py script while searching google, the msn search works fine but the google part needs a little mod.
All you have to do is edit this line in goog-mail.py
from
else:
data=re.sub('<b>','',data)
to this
else:
data=re.sub('<em>','',data)
thats it just change the b to em and it will work without any problems
MrMaX
11-21-2008, 09:10 AM
Tks that worked just fine
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.