{"id":47598919,"url":"https://github.com/zone-eu/haraka-plugin-rspamd","last_synced_at":"2026-04-01T18:34:59.992Z","repository":{"id":290535979,"uuid":"974334134","full_name":"zone-eu/haraka-plugin-rspamd","owner":"zone-eu","description":"Rspamd plugin for Haraka","archived":false,"fork":false,"pushed_at":"2026-01-15T18:02:33.000Z","size":114,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-15T20:45:52.664Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/haraka-plugin-zone-eu-rspamd","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"haraka/haraka-plugin-rspamd","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zone-eu.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-28T16:03:40.000Z","updated_at":"2025-12-18T19:08:43.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zone-eu/haraka-plugin-rspamd","commit_stats":null,"previous_names":["nickovt/haraka-plugin-rspamd","zone-eu/haraka-plugin-rspamd"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/zone-eu/haraka-plugin-rspamd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zone-eu%2Fharaka-plugin-rspamd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zone-eu%2Fharaka-plugin-rspamd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zone-eu%2Fharaka-plugin-rspamd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zone-eu%2Fharaka-plugin-rspamd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zone-eu","download_url":"https://codeload.github.com/zone-eu/haraka-plugin-rspamd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zone-eu%2Fharaka-plugin-rspamd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-01T18:34:58.887Z","updated_at":"2026-04-01T18:34:59.939Z","avatar_url":"https://github.com/zone-eu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status][ci-img]][ci-url]\n[![Code Climate][clim-img]][clim-url]\n\n# haraka-plugin-zone-eu-rspamd\n\nThis plugin facilitates scanning messages with Rspamd.\n\n## Configuration\n\nrspamd.ini\n\n- host\n\n  Default: localhost\n\n  Host to connect to to query Rspamd.\n\n- port\n\n  Default: 11333\n\n  Port Rspamd is listening on.\n\n- unix_socket\n\n  Path to a unix socket to connect to. If set, overrides host and port.\n\n- add_headers\n\n  Default: sometimes\n\n  Possible values are:\n\n        \"always\" - always add headers\n        \"never\" - never add headers (unless provided by rspamd - see rmilter_headers)\n        \"sometimes\" - add headers when rspamd recommends `add header` action\n\n  Format of these headers is governed by header.\\* settings\n\n- reject.message\n\n  Default: Detected as spam\n\n  Message to send when rejecting mail due to Rspamd policy recommendation.\n\n- reject.spam\n\n  Default: true\n\n  If set to false, ignore recommended _reject_ action from Rspamd (except\n  for authenticated users).\n\n- reject.authenticated\n\n  Default: false\n\n  Reject messages from authenticated users if Rspamd recommends _reject_.\n\n- check.authenticated\n\n  Default: false\n\n  If true, messages from authenticated users will be scanned by Rspamd.\n\n- check.relay\n\n  Default: false\n\n  If true, messages from relay clients will be scanned by Rspamd.\n\n- check.private_ip\n\n  Default: false\n\n  If false, messages from private IPs will not be scanned by Rspamd.\n  If true, messages from private IPs will be scanned by Rspamd.\n\n- check.local_ip\n\n  Default: false\n\n  If false, messages from localhost will not be scanned by Rspamd.\n  If true, messages from localhost will be scanned by Rspamd.\n\n- dkim.enabled\n\n  Default: true\n\n  If set to true, allow rspamd to add DKIM signatures to messages.\n\n- header.bar\n\n  Default: undefined\n\n  If set, add a visual spam level in a header with this name.\n\n- header.report\n\n  Default: undefined\n\n  If set, add information about symbols matched \u0026 their scores in a header\n  with this name.\n\n- header.score\n\n  Default: undefined\n\n  If set, add the numeric spam score in a header with this name.\n\n- rewrite_subject.enabled\n\n  Default: true\n\n  If set to true, \"rewrite subject\" action is honored.\n\n- rmilter_headers.enabled\n\n  Default: true\n\n  If set to true, allow rspamd to add/remove headers to messages via [task:set_milter_reply()](https://rspamd.com/doc/lua/task.html#m70081).\n\n- smtp_message.enabled\n\n  Default: true\n\n  If set to true, \"smtp_message\" provided by Rspamd is used in response for \"reject\" \u0026 \"soft reject\" actions.\n\n- soft_reject.enabled\n\n  Default: true\n\n  If set to true, allow rspamd to defer messages.\n\n- soft_reject.message\n\n  Default: Deferred by policy\n\n  Message to send to remote server on rspamd soft rejection.\n\n- spambar.positive\n\n  Default: +\n\n  Used as character for visual spam-level where score is positive.\n\n- spambar.negative\n\n  Default: -\n\n  Used as character for visual spam-level where score is negative.\n\n- spambar.neutral\n\n  Default: /\n\n  Used as character for visual spam-level where score is zero.\n\n- subject\n\n  Default: [SPAM] %s\n\n  Subject to use for `rewrite subject` action if Rspamd does not provide one.\n\n- timeout (in seconds)\n\n  Default: 29 seconds\n\n  How long to wait for a response from rspamd.\n\n\u003c!-- leave these buried at the bottom of the document --\u003e\n\n[ci-img]: https://github.com/haraka/haraka-plugin-rspamd/actions/workflows/ci.yml/badge.svg\n[ci-url]: https://github.com/haraka/haraka-plugin-rspamd/actions/workflows/ci.yml\n[cov-img]: https://codecov.io/github/haraka/haraka-plugin-rspamd/coverage.svg\n[cov-url]: https://codecov.io/github/haraka/haraka-plugin-rspamd\n[clim-img]: https://codeclimate.com/github/haraka/haraka-plugin-rspamd/badges/gpa.svg\n[clim-url]: https://codeclimate.com/github/haraka/haraka-plugin-rspamd\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzone-eu%2Fharaka-plugin-rspamd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzone-eu%2Fharaka-plugin-rspamd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzone-eu%2Fharaka-plugin-rspamd/lists"}