Bounce Managment

Author Message

David Klement

Sunday 29 April 2007 7:05:14 am

I try to get the bounce managment working.

As there is nearly no documentation and nothing on the site about it, maybe you can help me again.

I execute the following.

./runcronjobs.php -s newsletter_editor check_bounce

and get the following back:

Using siteaccess newsletter_editor for cronjob
Running cronjob part 'check_bounce'
Running extension/eznewsletter/cronjobs/check_bounce.php
Found 1 mailboxes..
Connecting to mail.mail.de.
Found 2 emails in mailbox.

As I use qmail with vpopmail I can see that the messages are moved from new to cur, which means the messages have been catched by the cronjob. The messages are still on the server. Shouldn't they have been deleted?

If I look into the bounce managment in newsletter_editor, I don't see any bounce or anything like this.

My bounce.ini.append.php looks like this:


<?php /* 
 
[MailAccountSettings] 
AccountList[] 
AccountList[]=Mail 
 
[Mail] 
ServerName=mail.mail.de 
ServerPort=143 
LoginName=mail@mail.de 
Password=xxxx
#Protocol can be either pop3 or imap 
Protocol=imap 
Flags[]=notls 
# List of optional flags you can to add to the connection 
# see Reference at http://php.net/manual/en/function.imap-open.php 
 
[BounceSettings] 
BounceCount=2 
 
*/ ?> 


Thanks in advanced.

David

Tobias Struckmeier

Monday 30 April 2007 6:25:58 am

In this case those bounces doesnt seem to be bounces or not detected correctly. I would be happy when you can provide me with the email source via the issue tracker (anonymized), if they are not detected.
The script wont delete messages that are not detected as bounces.

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.