thezoggy

Results 134 comments of thezoggy

@rascalli emailnotification.py, look for `msg['Subject'] = 'Sick Beard has snatched a new episode!'` you would have to modify that to insert whatever data you wanted vs it being hard coded

i think you could have rebase and then force pushed.. then update github commit.. but its honestly a lot of work when its just easier to create new and resubmit....

so... does that mean midget's suggestion works fine?

wanna submit a pull request (use development branch) so you get the credit then ?

seems like there is a bunch of things grouped into one pull request. i'd recommend breaking each feature out to its own if you really want this to be pulled....

also, you shouldn't work in your 'master' branch as it will just get cluttered with midget's commits if you pull/update it. also, i'd recommend breaking each feature out to its...

looks like gen_badbots needs updating.. running it I see that badbots.tmp results in: ``` Atomic_Email_Hunter/4\.0|atSpider/1\.0|autoemailspider|bwh3_user_agent|China Local Browse 2\.6|ContactBot/0\.2|ContentSmartz|DataCha0s/2\.0|DBrowse 1\.4b|DBrowse 1\.4d|Demo Bot DOT 16b|Demo Bot Z 16b|DSurf15a 01|DSurf15a 71|DSurf15a 81|DSurf15a VA|EBrowse...

Found this, it has all the user-agents that I've been seeing that I want blocked: https://github.com/mitchellkrogza/apache-ultimate-bad-bot-blocker/blob/master/_generator_lists/bad-user-agents.list this generates a new badbots line (could update gen_badbots with it), `wget -q -O-...

noticed that the updated list didnt work last night after the changes because the exact usergent in the failregex is anchored to the end.. using word boundary now so it...

doh, forgot all about this on my quest to purify my system from badbots. let me circle back to this