search for: 48f43d3d

Displaying 1 result from an estimated 1 matches for "48f43d3d".

2019 Mar 17
2
`Spam' folder creation for multiple users
:-) I've just added pigeonhole and a simple sieve script: ------------------------------------------------- require "fileinto"; if header :contains "X-Spam-Flag" "YES" { fileinto "Spam"; } ------------------------------------------------- If a user has this folder (`Spam') it works fine. If they haven't it results in an error. 1. Can I