aels / mailtools

Perfect scripts for all the hustle we have with mailing
Do What The F*ck You Want To Public License
92 stars 58 forks source link

Not Writing To File #2

Closed andykaufseo closed 1 year ago

andykaufseo commented 1 year ago

I managed to get it to run, it checks the domains, finds good one and bad ones, prints the data in terminal but it doesn't save anything to dangerous and safe.txt

Also it runs fast, but once it gets the last email / row, it hangs there for a lot of time, with 2 threads open, it keeps on going forever - i have to ctrl+c to stop it.

andykaufseo commented 1 year ago

Php version works fine, writes to file, everything is good - except it is much slower than the python ver.

Forgot to say, the python version creates the safe and dangerous files, but they're always empty (as it does not finish the job, it keeps on going at the last entry)

aels commented 1 year ago

can you please provide os, version, and python version you use? also, the path of the file will be nice.

andykaufseo commented 1 year ago

thanks for replying, the script is great (apart from this small bug).

I have tested the app on both windows and linux. on linux it didn't work (because of the resources module - see my other bug report) - on linux it works (ubuntu 22.04). python is 3.10 and the file is in the same folder as the script.

not sure if that helps or you need more info - just let me know.

the php version works great!

aels commented 1 year ago

thanks. Actually, it's not intended to run on win* machines. It tested on ubuntu, centos, and mac osx. Later I'll fix it to run on windows smoothly also. Regarding your issue on ubuntu, have you run it with root user?

andykaufseo commented 1 year ago

yes, tried with and without root, same problem

aels commented 1 year ago

can you put here cli params you are runnning it with? also validated filename and os?