2007/7/11, kaisar <[EMAIL PROTECTED]>:
Can anybody give suggestions about how to detect bounced mails from mmbase. The email object has the mailstatus field that indicate if a delivery is failed. But when I am sending mail to a group of users then only one email object is created and the mailstatus is blank.
I think that to handle bounces, mmbase must also be able to _receive_ mail, isn't it? Didactor has an smtp-implementation, which could do that. http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/email/java/org/mmbase/module/smtp/ I'd be planning to migrate that to a seperate 'application' or simply to the email application itself, and IIRC, only then the sendmail module could also be so smart to do decent bouncing. Simpler would btw be a polling mechanism to an external mailbox, which must then be set up to catch the bounces. If I'm not mistaken, it must be so that the current status field can only be filled if sending fails completely, iow, already during contact to the mailhost. Michiel -- mihxil' http://meeuw.org nl_NL eo_XX en_US _______________________________________________ Users mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/users
