Today I was looking for a way to customise the confirmation e-mail sent by the webform module. It appears that it's possible to customise this mail per form. By looking a bit further I discovered a file I had overlooked all of the time. This little file is called THEMING.txt and it delivers what is promised: it shows you how to customise all things Webform.
What will you discover there?
Great! This teaches you how to customise the 3 parts in a webform subimission process: form display, confirmation screen and confirmation e-mail.
Go ahead and read it here: http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/webform/THE...
I love Mollom. It keeps away practically all spam from my sites. If you have no idea yet what Mollom is, you definitely have to check it out for all your anti spam needs.
But it really bugged me that there was no support yet for the Drupal webform module. That's a module I use on pretty much all of my sites to create contact forms and other.
So I decided to roll up my sleeves and add this feature myself.
Since the Drupal Mollom module isn't built with hooks (or any other modular system), I had to alter the Mollom module itself. This resulted in a patch which you can all download in the issue queue for the Mollom module.
Head over there to download the path and start your testing engines.