Procmail library project |
Snapshot of the latest development kit is available here. The most up to date version is in CVS.
Procmail module library is a collection of several self standing plug-in modules that intend to make your procmail experience more fun. Instead of having to write cryptic looking procmail files, you could see if any of the existing modules wouls already solve the problem. For example, if you subscribe to many mailing lists and wonder how you could save the messages to separate folders, take a look at plug-in pm-jalist.rc. There is lot more to see, just read full description of all modules ffrom the Package Description link above.
The modules are developed using Emacs , and there is even an Emacs minor mode to "Lint" - to do the code checking - for procmail files. See another sourceforge project at tiny-tools.sourceforge.net and package tinyprocmail.el . The output will look something like this, when run on procmail file in Emacs:
*** 1997-11-24 22:13 (pm.lint) 3.11pre7 tinypm.el 1.80 cd /users/jaalto/junk/ pm.lint:010: Warning, no right hand variable found. ([$`'] pm.lint:055: Pedantic, flag orer style is not standard `hW:' pm.lint:060: Warning, message dropped to folder, you need lock. pm.lint:062: Warning, recipe with "|" may need `w' flag. pm.lint:073: Warning, Formail used but no `f' flag found.If you do not know what Emacs is see the tiny-tools project and page "Emacs Resource page". All the programs in this library are released under GPL (General Public Licence http://www.gnu.org/copyleft/gpl.html ) The documentation is released under OPL (Open Publication Licence http://www.opencontent.org/openpub/ ), which permits free usage, but prohibits commercial usage without an agreement with the Author(s).
bash$ procmail -v
Jari Aalto
jari.aalto@poboxes.com
http://poboxes.com/jari.aalto/
Usually on-line @700 BMT or UTC+2 18:00 local time.
ICQ identification jari-aalto 82313129
There is no separate mailing list for the project. You should join
the procmail mailing list (procmail-L) instead and
send questions and suggestions there. Remember to add word pm-lib at the beginning of the Subject if you
want to get attention immediately. For complete procmail mailing list
instructions, visit
http://www.ling.helsinki.fi/users/reriksso/procmail/lists.html Here
is the join instruction, but it may not be up to date:
Old archived messages can be read at
http://www.rosat.mpe-garching.mpg.de/mailing-lists/procmail/
Send a message with the word subscribe as subject to
procmail-request@informatik.RWTH-Aachen.de
CVS update method
CVS is an excellent tool to keep up with the latest updates, fixes
and new features. CVS for Unix is available at
http://www.cvshome.com/
For win32 platform, the CVS comes with the cygwin kit available at
http://www.cygwin.org/
(See link at the right hand corner and download setup.exe)
If you want hassle-free and easy CVS binary for Win32 and not the
whole Cygwin bundle, grab cvs binary from
http://www.cvshome.org/dev/codewindow.html (1.10.5)
$ cvs -d :pserver:anonymous@cvs.pm-lib.sourceforge.net:/cvsroot/pm-lib login password: [RET] $ cvs -z6 -d :pserver:anonymous@cvs.pm-lib.sourceforge.net:/cvsroot/pm-lib co pm-libAfter the above initial checkout procedure, all you have to do is to issue this command from time to time to read the updates:
$ cd pm-lib $ cvs update
$Docid: 2001-07-28 Jari Aalto $ Copyright (c) 2001 by Jari Aalto. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/). Distribution of the work or derivative of the work for commercial purposes in any form is prohibited unless prior permission is obtained from the copyright holder. (VI.B LICENSE OPTIONS)
|
This site, as well as many other opensource projects sites, is hosted by sourceforge.net. |
Visit procmail homepage at http://www.procmail.org |