Hannu <[EMAIL PROTECTED]> writes: > In fact, formmail is not needed, -X do the trick.
Ah cool, I had missed that option. > Here is my suggestion: > ---------- > pipe "/usr/local/bin/hashcash -c -y -i -X -b16 -r \ > [EMAIL PROTECTED]" accept > ---------- I just added 'pipe-headers' to CVS which should be more efficient and less error prone since the body isn't fed to the program. I'm not sure why you'd use the '-i' option here since X-Hashcash is not in the body? I've tested the following which seems to work well: # verify hashcash tokens in the 'X-Hashcash' header field pipe-headers "/usr/bin/hashcash -c -y -X -b16 -r [EMAIL PROTECTED]" accept _________________________________________________ tmda-workers mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-workers
