Minor edits

This commit is contained in:
john 2019-11-24 21:38:45 -05:00
parent 6270204d04
commit ef168dc64e

View File

@ -11,7 +11,15 @@ was exploited to deliver spam for others who had cracked a user's SMTP send
password. After inspecting the log files I realized that crackers are now using
widely distributed attacks, and that I would need an app that could run several
times a minute on my rather modest Linode virtual server to have a chance of
stopping them. I hope you find this code useful.
stopping them. Here are the results for a typical scan on my wimpy server:
```
real 0m0.119s
user 0m0.073s
sys 0m0.047s
```
I hope you find this code useful.
## Configuration