[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

maildrop documentation



Hello,

I am using maildrop with sendmail as local delivery agent. 
I had got some misunderstanding with the README file, coming with maildrop.
I wrote to Eric S <ejs@bfd.com>, who is mentioned in the README file,
and he replyed that the documentation in the README file seems
to be out-dated.
So, I wrote another e-mail to Sam Varshavchik <mrsam@courier-mta.com>,
the maildrop author, but don't get feedback for weeks.

Maybe I am wrong but I think we can update the maildrop README file
with the attached patch... Could you let me know your opinion?

Thanks.

-- 
oc 
--- /usr/local/share/doc/maildrop/README	Wed Apr 17 14:26:14 2002
+++ README	Mon Apr 29 11:30:45 2002
@@ -87,9 +87,12 @@
    instead  of  procmail.  Here  is  the suggested entry for sendmail.cf,
    courtesy of Eric J. Schwertfeger <ejs@bfd.com>:
 
-Mlocal,         P=/usr/local/bin/maildrop, F=lsAw5:/|@SPfhn, S=10/30, R=20/40,
+Mlocal,         P=/usr/local/bin/maildrop, F=lsDFMAw5:/|@qSPfhn9, S=EnvFromL/HdrFromL, R=EnvToL/HdrToL,
                 T=DNS/RFC822/X-Unix,
                 A=maildrop -d $u
+
+   This configuration is produced by the following line in your mc file:
+FEATURE(`local_procmail', `/usr/local/bin/maildrop', `maildrop -d $u')dnl
 
    You may also consider including the D, F, and M flags as well.