pentarh wrote in phpbb

A simplest and effective way to stop spam :)

No captcha, no complex verification, etc. Just enable "multipart/form-data" enctype in posting form and do a check for this content type in your posting handler.

[code removed because it really works] :)