Hey there...
I'm doing some modifications to the Mailman pipeline at the moment - adding a module that I want that does some modifications to messages as they get processed.
I'm pretty happy with my code so far but wanted to check do I return the modified message or just make the changes and return? eg at the end do:
return msg
Regards
Donal DCU
Just to answer my own mail...
Nope - you don't need to put a "return msg" at the end of the "process" method. Later
Donal DCU
Donal Hunt wrote:
Hey there...
I'm doing some modifications to the Mailman pipeline at the moment - adding a module that I want that does some modifications to messages as they get processed.
I'm pretty happy with my code so far but wanted to check do I return the modified message or just make the changes and return? eg at the end do:
return msgRegards
Donal DCU
participants (1)
-
Donal Hunt