On 03/02/15 07:34, Bowie Bailey wrote:
> I do something similar with my email when I go on vacation.  In 
> addition, I wrap it with a test that looks for spam, list mail, and bulk 
> mail headers and does not respond to those.
> 
> If you are interested, it looks like this:
> 
> if (! (/^X-Spam-Flag: YES/ || /^List-id:/ || /^Precedence: bulk/ || 
> /^Precedence: junk/) )
> {
> #send autoreply#
> }

Great, excellent addition, thank you Bowie!

https://github.com/svarshavchik/courier-contrib/pull/4


------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to