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.

eZ debug

Timing: Jan 18 2025 10:35:56
Script start
Timing: Jan 18 2025 10:35:56
Module start 'layout'
Timing: Jan 18 2025 10:35:56
Module start 'content'
Timing: Jan 18 2025 10:35:57
Module end 'content'
Timing: Jan 18 2025 10:35:57
Script end

Main resources:

Total runtime0.5074 sec
Peak memory usage4,096.0000 KB
Database Queries56

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0059 589.0625152.6250
Module start 'layout' 0.00590.0035 741.687539.4453
Module start 'content' 0.00940.4963 781.1328499.6797
Module end 'content' 0.50570.0016 1,280.81258.1641
Script end 0.5074  1,288.9766 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00360.7008160.0002
Check MTime0.00140.2690160.0001
Mysql Total
Database connection0.00090.185710.0009
Mysqli_queries0.459390.5180560.0082
Looping result0.00060.1160540.0000
Template Total0.476393.920.2382
Template load0.00210.413520.0010
Template processing0.474293.456020.2371
Template load and register function0.00020.044910.0002
states
state_id_array0.00100.195110.0010
state_identifier_array0.00110.207320.0005
Override
Cache load0.00170.3356200.0001
Sytem overhead
Fetch class attribute can translate value0.00060.127920.0003
Fetch class attribute name0.00110.216030.0004
XML
Image XML parsing0.00080.149220.0004
class_abstraction
Instantiating content class attribute0.00000.001430.0000
General
dbfile0.00100.2063160.0001
String conversion0.00000.001840.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
5content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 15
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs