5tarl0rd

Current Path : /etc/
Upload File :
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;


5tarL0rd By 5tarl0rd Being Anonymous