Forum OpenACS Development: Re: Notification e-mail creation doubt

Collapse
Posted by Dave Bauer on
Notifications has its own incoming email parser see
http://cvs.openacs.org/cvs/openacs-4/packages/notifications/tcl/notification-email-procs.tcl?rev=1.31.2.1&view=markup
for example.

For forums reply by email it should be handled by the notifications package.

Collapse
Posted by Eduardo Santos on
Hi Dave,

Thank you for the answer. So, there seems to be a conflict between acs_mail_lite::sweeper and the procs notification::reply::sweep::scan_all_replies and notification::reply::sweep::process_all_replies. If I disable the first one and let the other two work, it seems to be ok.

So can you tell me what is this acs_mail_lite proc for?

Collapse
Posted by Emmanuelle Raffenne on
Eduardo,

acs_mail_lite::sweeper sends the messages of the acs-mail-lite queue. It doesn't take part in processing bounced messages nor notification replies.