[PR #42] [CLOSED] Virtual doman support, wider regex for DNSBLs #80

Closed
opened 2026-05-05 15:04:11 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/darold/sendmailanalyzer/pull/42
Author: @thinksilicon
Created: 1/14/2017
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • d14ea3a Altered DNSBL regex to match 'Helo command [host.name] blocked using ...'-logline
  • 3cec0ba Added database lookup of virtual domains, so sendmailanalyzer is not limited

📊 Changes

4 files changed (+95 additions, -7 deletions)

View changed files

📝 cgi-bin/sa_report.cgi (+34 -0)
📝 debian/sendmailanalyzer.conf (+20 -0)
📝 sa_cache (+39 -5)
📝 sendmailanalyzer (+2 -2)

📄 Description

Added support for virtual domains, so sendmailanalyzer can determine if a domain is internal or external. This extends the LOCAL_DOMAIN configuration option and is intended for mailserver which have a dynamic configuration from a SQL-like database. Uses DBI, so many different databases are supported.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/darold/sendmailanalyzer/pull/42 **Author:** [@thinksilicon](https://github.com/thinksilicon) **Created:** 1/14/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`d14ea3a`](https://github.com/darold/sendmailanalyzer/commit/d14ea3a912522bb74dcde713419d60c83a4afb09) Altered DNSBL regex to match 'Helo command [host.name] blocked using ...'-logline - [`3cec0ba`](https://github.com/darold/sendmailanalyzer/commit/3cec0bafe957503f7422687effd714fb89d8b99d) Added database lookup of virtual domains, so sendmailanalyzer is not limited ### 📊 Changes **4 files changed** (+95 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `cgi-bin/sa_report.cgi` (+34 -0) 📝 `debian/sendmailanalyzer.conf` (+20 -0) 📝 `sa_cache` (+39 -5) 📝 `sendmailanalyzer` (+2 -2) </details> ### 📄 Description Added support for virtual domains, so sendmailanalyzer can determine if a domain is internal or external. This extends the LOCAL_DOMAIN configuration option and is intended for mailserver which have a dynamic configuration from a SQL-like database. Uses DBI, so many different databases are supported. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 15:04:11 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/sendmailanalyzer#80
No description provided.