Is it possible to change how many records per page MailWatch can display?
50 lines is desperately too few if you need to retrieve an email blocked as spam (false positive), then you have to search hundreds of pages to find that email..
Thank you
Is it possible to change how many records per page MailWatch can display?
Re: Is it possible to change how many records per page MailWatch can display?
I assume you are trying to search for the spam message via the "recent messages" link?
https://<efaserver>/mailscanner/status.php?
Sure, you could change the number of messages listed, but why bother? Why not let the computer find them for you?
Click on reports
https://<efaserver>/mailscanner/reports.php
and fill in the fields to find the message you are looking for. Normally, I'm lazy and just use a filter of
"headers"
"contains"
"<text I'm looking for>"
then I click on the message operations link
https://<efaserver>/mailscanner/rep_message_ops.php
That's much easier than trying to scroll back through all messages.
If you still want to scroll back, then the easiest way it to find it, or narrow down the search by date. But don't do that, it still a lot more work than using the report feature.
https://<efaserver>/mailscanner/status.php?
Sure, you could change the number of messages listed, but why bother? Why not let the computer find them for you?
Click on reports
https://<efaserver>/mailscanner/reports.php
and fill in the fields to find the message you are looking for. Normally, I'm lazy and just use a filter of
"headers"
"contains"
"<text I'm looking for>"
then I click on the message operations link
https://<efaserver>/mailscanner/rep_message_ops.php
That's much easier than trying to scroll back through all messages.
If you still want to scroll back, then the easiest way it to find it, or narrow down the search by date. But don't do that, it still a lot more work than using the report feature.
Re: Is it possible to change how many records per page MailWatch can display?
Hello,
sure is it nice to let the computer search your mail.
Thanks for that trick. I really didn't realize myself, that there is a search form
But you can also change the amount of displayed mails very easy.
Edit /var/www/html/mailwatch/conf.php
you'll find this section in the file
// Default number of results on Recent Messages and Message Listing Report
define('MAX_RESULTS', 100);
// Default refresh rate in seconds for the Recent Messages screen
define('STATUS_REFRESH', 30);
I switched mine to 100
Regards
akl
sure is it nice to let the computer search your mail.
Thanks for that trick. I really didn't realize myself, that there is a search form

But you can also change the amount of displayed mails very easy.
Edit /var/www/html/mailwatch/conf.php
you'll find this section in the file
// Default number of results on Recent Messages and Message Listing Report
define('MAX_RESULTS', 100);
// Default refresh rate in seconds for the Recent Messages screen
define('STATUS_REFRESH', 30);
I switched mine to 100
Regards
akl
Re: Is it possible to change how many records per page MailWatch can display?
Change location to;
/var/www/html/mailscanner/conf.php
/var/www/html/mailscanner/conf.php