From: Andrew S. <and...@gm...> - 2007-06-27 10:46:16
|
On Wed, Jun 27, 2007 at 02:50:06PM +1000, Andrew Strong wrote: > Hi, > > I am using fetchmail release 6.3.8+SSL+NLS with procmail > v3.22 2001/09/10. In my ignorance I am calling procmail from my > .fetchmailrc as follows: > > mda "/usr/bin/procmail -d %s" > > My question is: what do the options mean? I had a look in the man > entry and -d specifies the start of a daemon that should poll every > xxseconds. But I am unaware of the significance of %s, except to guess > that this is where I specify a time interval? Oops: they are actually procmail commands aren't they, rather than Fetchmail commands? This means that -d is: This turns on explicit delivery mode, delivery will be to the local user recipient. although %s still leaves me a little puzzled. Apologies, Andrew -- Andrew's Corner http://people.aapt.net.au/~adjlstrong/homer.html |