On Monday 07 September 2009 14:05:21 sergio wrote: > Hello Milan, > > Monday, September 7, 2009, 1:57:51 PM, you wrote: > > On Monday 07 September 2009 12:08:22 sergio wrote: > >> Hello courier-users, > >> > >> Have a task. > >> If some local user send message I need send copy of this message to > >> another mailbox. (just like dot-forward for incoming message but for > >> sent messages) Can I do it with Courier? > > > > You could use pythonfiler framework for that. Basically, using > > courier.control.addRecipient > > thanks for answer, but I dont understand what is it > "courier.control.addRecipient" > please explain, if its not hard for you. > thanks again. > > > makes what you wants. I am using pythonfilter > > for its ability to make various policies easily and what you want is an > > added bonus for me... > >
Pythonfilter framework is a courier add-on utilising courier's filtering infrastructure. it is written by Gordon Messmer and you can find distfiles at http://phantom.dragonsdawn.net/~gordon/courier-patches/courier-pythonfilter/ if you do not know about it. There are various modules accomplishing various filtering task, but it is powerfull enough to be able to fullfill other tasks as well. You need to know (or learn a bit) python programming/scripting language to write your own modules, but it is not difficult. And courier.control.addRecipient is a function (or maybe method) used to add new recipient to message being processed, so the message is sent to that address in addition to those designated by message sender itself. Regards, Milan ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
