mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-23 04:04:42 +02:00
* Fixes #496 enabling all domains to get spam headers and spam checks (integration tests included)
7 lines
106 B
Text
7 lines
106 B
Text
use strict;
|
|
|
|
@local_domains_maps = (
|
|
read_hash('/etc/postfix/vhost')
|
|
);
|
|
|
|
1; # ensure a defined return
|