mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-16 14:16:00 -06:00
[PR #42] [CLOSED] Virtual doman support, wider regex for DNSBLs #80
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/sendmailanalyzer#80
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/darold/sendmailanalyzer/pull/42
Author: @thinksilicon
Created: 1/14/2017
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
d14ea3aAltered DNSBL regex to match 'Helo command [host.name] blocked using ...'-logline3cec0baAdded 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.