Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spamhaus Script Update URLS #2616

Closed
Antwony169 opened this issue Mar 6, 2024 · 1 comment · Fixed by #2621
Closed

Spamhaus Script Update URLS #2616

Antwony169 opened this issue Mar 6, 2024 · 1 comment · Fixed by #2621
Labels

Comments

@Antwony169
Copy link

Antwony169 commented Mar 6, 2024

Steps To Reproduce

This is a simple bug fix. Spamhaus renamed the list from .lasso to .txt. Simply fix the spamhaus-drop.sh $URLS in static/spamhaus-drop.txt (/var/scripts/spamhaus-drop.sh)

  1. wget https://www.spamhaus.org/drop/drop.lasso
  2. wget https://www.spamhaus.org/drop/edrop.lasso

Expected Result

--2024-03-06 12:23:30-- https://www.spamhaus.org/drop/drop.txt
Resolving www.spamhaus.org (www.spamhaus.org)... 104.16.198.238, 104.16.199.238
Connecting to www.spamhaus.org (www.spamhaus.org)|104.16.198.238|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/plain]
Saving to: ‘drop.txt’
2024-03-06 12:23:30 (7.24 MB/s) - ‘drop.txt’ saved [27467]

Actual Result

--2024-03-06 09:03:38-- https://www.spamhaus.org/drop/drop.lasso
Resolving www.spamhaus.org (www.spamhaus.org)... 104.16.198.238, 104.16.199.238
Connecting to www.spamhaus.org (www.spamhaus.org)|104.16.198.238|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: /404.html [following]
--2024-03-06 09:03:38-- https://www.spamhaus.org/404.html
Reusing existing connection to www.spamhaus.org:443.
HTTP request sent, awaiting response... 403 Forbidden
2024-03-06 09:03:38 ERROR 403: Forbidden.

Screenshots, Videos, or Pastebins

No response

Additional Context

The Spamhaus URLS were modified.

Build Version

28.0.3.2

Environment

By using the scripts

Environment Details

No response

@Antwony169 Antwony169 added the bug label Mar 6, 2024
enoch85 added a commit that referenced this issue Apr 1, 2024
fix #2616

Signed-off-by: Daniel Hansson <[email protected]>
@enoch85
Copy link
Member

enoch85 commented Apr 1, 2024

Thanks! Please check the PR to see if the fix is valid. 👍

enoch85 added a commit that referenced this issue Apr 2, 2024
fix #2616

Signed-off-by: Daniel Hansson <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants