At 13:58 +0100 9-12-2004, Arvinn Løkkebakken wrote:
I guess I have a flaw in my system configuration. The numbers from my logs doesn't make sense.

Total received mails on a recent given "low-volume-ham-day" was:

16707
(counting lines from qmail-queue.log containing
"from='.*<[EMAIL PROTECTED]>', subj='.*', via SMTP from ")

Hi

I don't think you will catch all the messages with this regex:

# grep -c "from='.*<[EMAIL PROTECTED]>', subj='.*', via SMTP from " 
qmail-queue.log
5195

Try this one:

# grep -c "starting debugging for process" qmail-queue.log
6335

By the way, if you choose '--scanners-per-domain 0', the scannar array is '@scanners_installed'. And if you enable scanners_per_domain you will find that a message with multiple recipients will have a result for each recipient...


Cheers

Salvatore


------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to