diff --git a/.gitignore b/.gitignore index 04204c7..44d0125 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ config +spammers diff --git a/README.md b/README.md index 8bd1ca2..e1837c5 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # byezlax -Famous spam removal script for Hubzilla which came in handy since mad Ivan Zlax started terrorizing the Fediverse. +Famous spam removal script for Hubzilla servers which came in handy since mad Ivan Zlax started terrorizing the Fediverse. ## Usage -Fill the variables your database connection details and adjust the file `spammers` to your needs. The script will remove all items (posts, comments) and notifications of usernames in that list from your Hubzilla database. +Fill the variables in the script or in a seperate `config` file with your database connection details and a valid source for the spammers file. The script will remove all items (posts, comments) and notifications of usernames in that list from your Hubzilla database and deactivates these accounts locally. Ivan is known to create one to six accounts daily, spamming posts made by atomjack@joindiaspora.com and people resharing posts made by atomjack@joindiaspora.com, tagging users who liked or reshared these posts and threatening them. @@ -12,6 +12,6 @@ It is not necessary to create a cronjob for this script because once used, he's ## Warnings -Be careful when adding new account names with wildcards to the array. Ivan mimics usernames of other Diaspora\* users. Just adding username@% might remove content from innocent users. +Be careful when adding new account names with wildcards to the list. Ivan mimics usernames of other Diaspora\* users. Just adding username@% might remove content from innocent users. Don't try to communicate with him. He's going to tell you a story with made-up "facts" to justify his crusade and you'll probably end up in his list of spam targets. He has lost his mind; treat him exactly like that. diff --git a/byezlax b/byezlax index a47da9c..cfd8051 100755 --- a/byezlax +++ b/byezlax @@ -19,7 +19,7 @@ fi # Download new list of spammers # ################################# -wget $SPAMLIST_URL -q +wget $SPAMLIST_URL -q -N ######################### # Read List of spammers #