Re: pipe headers to a file on send from compose window

2012-11-08 Thread Eric Smith
Thanks Jeremy Task is to create a serialised list of Subject lines for mails posted to lists. Why? So that procmail can filter any incoming list mail by using `egrep -f' on this serialised Subject list and these (presumed) replies to my posting may then be dropped in my main inbox. I only want

Re: What are the current fetchmail/getmail and/or procmail/maildrop utilities?

2012-11-08 Thread Chris Green
On Thu, Nov 08, 2012 at 03:17:35AM +0200, Nikola Petrov wrote: On Wed, Nov 07, 2012 at 05:35:45PM +, Chris Green wrote: I am using imapfilter with lua configuration file for my imap account. That does the job for me and I like the fact that I declare my filters with actual code(be it

Re: What are the current fetchmail/getmail and/or procmail/maildrop utilities?

2012-11-08 Thread Chris Green
On Wed, Nov 07, 2012 at 04:33:58PM -0600, David Champion wrote: * On 07 Nov 2012, Derek Martin wrote: On Wed, Nov 07, 2012 at 08:48:08PM +, Chris Green wrote: server retrying if my SMTP server isn't running (or connected). That's one of the reasons I'd quite like to move away from

Re: What are the current fetchmail/getmail and/or procmail/maildrop utilities?

2012-11-08 Thread Jamie Paul Griffin
/ Chris Green wrote on Thu 8.Nov'12 at 10:51:59 + / On Wed, Nov 07, 2012 at 04:33:58PM -0600, David Champion wrote: * On 07 Nov 2012, Derek Martin wrote: On Wed, Nov 07, 2012 at 08:48:08PM +, Chris Green wrote: server retrying if my SMTP server isn't running (or connected).

Re: What are the current fetchmail/getmail and/or procmail/maildrop utilities?

2012-11-08 Thread Mark H. Wood
fetchmail + maildrop works for me. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Asking whether markets are efficient is like asking whether people are smart. pgpGksnsN8kgQ.pgp Description: PGP signature

Re: What are the current fetchmail/getmail and/or procmail/maildrop utilities?

2012-11-08 Thread Mark H. Wood
On Wed, Nov 07, 2012 at 10:48:45AM -0600, Derek Martin wrote: On Wed, Nov 07, 2012 at 02:15:41PM +, Chris Green wrote: What does everyone else here do for collecting mail and filtering mail with mutt? Fetchmail and procmail. Ugly, but ubiquitous and reliable. A friend pointed me at

Re: What are the current fetchmail/getmail and/or procmail/maildrop utilities?

2012-11-08 Thread Derek Martin
On Thu, Nov 08, 2012 at 01:03:07PM +, Jamie Paul Griffin wrote: Hi Chris, personally, i'd stick with what your current set-up. Ditto. I don't currently do this but that's only because port 25 is blocked by my ISP. I've run my mail this way before and would do it again if it were a

Re: What are the current fetchmail/getmail and/or procmail/maildrop utilities?

2012-11-08 Thread Patrick Shanahan
* Derek Martin inva...@pizzashack.org [11-08-12 12:06]: On Thu, Nov 08, 2012 at 01:03:07PM +, Jamie Paul Griffin wrote: Hi Chris, personally, i'd stick with what your current set-up. Ditto. I don't currently do this but that's only because port 25 is blocked by my ISP. I've run my

Re: What are the current fetchmail/getmail and/or procmail/maildrop utilities?

2012-11-08 Thread Chris Green
On Thu, Nov 08, 2012 at 11:06:35AM -0600, Derek Martin wrote: On Thu, Nov 08, 2012 at 01:03:07PM +, Jamie Paul Griffin wrote: Hi Chris, personally, i'd stick with what your current set-up. Ditto. I don't currently do this but that's only because port 25 is blocked by my ISP. I've run

Re: pipe headers to a file on send from compose window

2012-11-08 Thread Jeremy Kitchen
On Thu, Nov 08, 2012 at 10:15:45AM +0100, Eric Smith wrote: Thanks Jeremy Task is to create a serialised list of Subject lines for mails posted to lists. Why? So that procmail can filter any incoming list mail by using `egrep -f' on this serialised Subject list and these (presumed)

Re: pipe headers to a file on send from compose window - solution

2012-11-08 Thread Eric Smith
Jeremy This is how I did it: set sendmail = /home/eric/bin/get_subject_and_send.sh $ cat /home/eric/bin/get_subject_and_send.sh #!/bin/bash cat /dev/stdin| tee (SUBJECT=`formail -z -x Subject`;echo ^Subject:.*$SUBJECT/home/eric/serialised_subjects;echo perl -ni -e \print if not /$SUBJECT/

Re: pipe headers to a file on send from compose window - solution

2012-11-08 Thread Jeremy Kitchen
On Thu, Nov 08, 2012 at 09:47:26PM +0100, Eric Smith wrote: Jeremy This is how I did it: set sendmail = /home/eric/bin/get_subject_and_send.sh $ cat /home/eric/bin/get_subject_and_send.sh #!/bin/bash cat /dev/stdin| tee (SUBJECT=`formail -z -x Subject`;echo

Questions about pipe-message and pipe_decode=yes

2012-11-08 Thread Suvayu Ali
Hi Mutt users, I am a new Mutt user and I recently came across muttprint; I am absolutely blown away by the quality of prints I can get from my emails. However I could not find a way to interactively choose from mutt the printer I want to print to (or print to file for that matter). So I setup

Re: Questions about pipe-message and pipe_decode=yes

2012-11-08 Thread Jeremy Kitchen
On Thu, Nov 08, 2012 at 11:20:20PM +0100, Suvayu Ali wrote: Hi Mutt users, I am a new Mutt user and I recently came across muttprint; I am absolutely blown away by the quality of prints I can get from my emails. However I could not find a way to interactively choose from mutt the printer I

Re: What are the current fetchmail/getmail and/or procmail/maildrop utilities?

2012-11-08 Thread Jamie Paul Griffin
/ Chris Green wrote on Thu 8.Nov'12 at 18:13:10 + / On Thu, Nov 08, 2012 at 11:06:35AM -0600, Derek Martin wrote: On Thu, Nov 08, 2012 at 01:03:07PM +, Jamie Paul Griffin wrote: Hi Chris, personally, i'd stick with what your current set-up. Ditto. I don't currently do this