| Linux server.clickboxgo.com 3.10.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64 Path : /etc/ |
| Current File : //etc/exim.pl |
BEGIN {
unshift @INC, '/etc/exim/perl';
}
if ( -e '/usr/share/amavis/amavis-filter' && !-e '/etc/noamavis' ) {
do '/usr/share/amavis/amavis-filter';
}
if ( -e '/etc/exim.pl.local' ) {
do '/etc/exim.pl.local';
}
1;