Another error in softbounce.log

Use this forum for all questions related to bounce management of OpenEMM

Moderator: moderator

Fatalin
Posts: 111
Joined: Wed Aug 05, 2009 10:51 am
Location: Troisdorf, Germany
Contact:

Another error in softbounce.log

Post by Fatalin »

Hi,

We have an error in our softbounce.log file, that we don't understand:
[30.08.2013 03:00:02] 11641 INFO/main: Starting up
[30.08.2013 03:00:02] 11641 INFO/kill: Remove old addresses from softbounce_email_tbl
[30.08.2013 03:00:02] 11641 INFO/kill: Removed 0 address(es)
[30.08.2013 03:00:02] 11641 INFO/collect: Updated timestamps
[30.08.2013 03:00:03] 11641 INFO/collect: Read 1 records (1 uniques) and inserted 0
[30.08.2013 03:00:03] 11641 INFO/collect: Timestamp updated
[30.08.2013 03:00:03] 11641 INFO/merge: Working on 1
[30.08.2013 03:00:03] 11641 FATAL/except: CAUGHT EXCEPTION:
Traceback (most recent call last):
File "/home/openemm/bin/scripts/softbounce.py", line 167, in <module>
data = scurs.querys (squery, parm, cleanup = True)
File "/home/openemm/bin/scripts/agn.py", line 2054, in querys
for rec in self.query (req, parm, cleanup, rtype):
File "/home/openemm/bin/scripts/agn.py", line 2017, in query
self.curs.execute (req, parm)
File "/usr/lib64/python2.7/site-packages/MySQLdb/cursors.py", line 159, in execute
query = query % db.literal(args)
TypeError: not enough arguments for format string
From the other log files it appears, that the graylisting is not detected / processed correctly, because no graylisting shows in the logs (but it should). Additionally we get a large number of softbounces. This number seams to correspondent with the missing number graylistings.

Can anyone help?

Thanks
Markus
Günstige Software gibt es bei http://www.Software-Butler.de
ud
Posts: 154
Joined: Thu Aug 17, 2006 9:56 am
Location: Munich, Germany
Contact:

Re: Another error in softbounce.log

Post by ud »

There is only a limited support for graylisting detection; in this case the bounce is ignored and not explicit recorded. All others are recorded as softbounce (if matching the remaining rules for softbounces), so all bounces from graylisting, which are not identified by the available logic is counted as softbounce.

-- ud
Fatalin
Posts: 111
Joined: Wed Aug 05, 2009 10:51 am
Location: Troisdorf, Germany
Contact:

Re: Another error in softbounce.log

Post by Fatalin »

Hi ud,

I am not quite sure I understand what you want to say.
Graylisting works fine on our OpenEMM 6.2 installation. Just not on the OE2013. And we can't find the reason yet.

Markus
Günstige Software gibt es bei http://www.Software-Butler.de
Post Reply