HEX
Server: Apache
System: Linux vmi1259262.contaboserver.net 5.15.0-170-generic #180-Ubuntu SMP Fri Jan 9 16:10:31 UTC 2026 x86_64
User: aqarnomics (1008)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //usr/share/webmin/virtual-server/maillog.pl
#!/usr/bin/perl
# Force a re-scan of mail logs, in case the user didn't search for anything
# recently.

package virtual_server;
$main::no_acl_check++;
$no_virtualmin_plugins = 1;
require './virtual-server-lib.pl';
if (&procmail_log_status() == 2) {
	# Only do if caching has been used
	&parse_procmail_log(undef, undef, undef, undef, "12345");
	}