"Check email" process is reading all mail

This plugin allows you to report an issue in MantisBT by sending an email to a particular mail account

Moderators: Developer, Contributor

Post Reply
enzoweb
Posts: 8
Joined: 17 Feb 2012, 04:34

"Check email" process is reading all mail

Post by enzoweb »

Hi,

I have set this up, and when I run the bug_report_mail.php script it picks up all the mail in the mailbox, so I'm getting repeats of everything. It doesn't ignore mail that has already been processed.

Email reporting version - Jan 2011 - EmailReporting-0.9.0-DEV
MantisBT version - 1.2.8
Using POP3

I have this in the config_inc.php file :

# Delete incoming mail from POP3 server
$g_mail_delete = ON;

Apart from that it works - email sent to the address get processed and added to Mantis, but the problem is it doesn't flag that they have already been processed, and it doesn't delete them from the mailbox.
SL-Gundam
Posts: 722
Joined: 06 Jul 2011, 14:17

Re: "Check email" process is reading all mail

Post by SL-Gundam »

settings in the config_inc.php are not used by EmailReporting

Please check the MantisBT webinterface "Manage" -> "Manage Plugins" ->"Email Reporting 0.9.0-DEV"

That page contains all the applicable configuration options

Incase the problem still persists after checking that page, please post here with the type of mail server you are using
Post Reply