1
0
Fork
You've already forked jmba
0
Junk mail buffering agent https://www.ivarch.com/programs/jmba.shtml
  • C 73.2%
  • Shell 14.4%
  • Makefile 12.4%
2025年02月19日 23:18:56 +00:00
autoconf Removed www. prefix from ivarch.com URL. 2025年02月19日 23:18:56 +00:00
debian Removed www. prefix from ivarch.com URL. 2025年02月19日 23:18:56 +00:00
doc Removed www. prefix from ivarch.com URL. 2025年02月19日 23:18:56 +00:00
src Initial commit based on 0.5.5 2021年09月04日 17:41:19 +01:00
generate.sh Added configure script generator 2021年09月04日 17:49:32 +01:00
README Removed www. prefix from ivarch.com URL. 2025年02月19日 23:18:56 +00:00

Introduction
************
This is the README for `jmba', a junk mail buffering agent. This program is
designed to queue email until the sender's email address has been verified,
at which point the original email is delivered.
JMBA is designed to be used in conjunction with a spam filter such as QSF
(http://ivarch.com/programs/qsf.shtml). When the spam filter says it
thinks an email is spam, it can be passed to JMBA. JMBA will queue it and
send an email to the sender containing a key; if the sender replies, the
original email is "unfrozen" from the queue and delivered.
Of course this assumes that senders of spam won't reply to their email. 
This is a fair assumption since at the moment the vast majority of spam is
sent with a forged (invalid) envelope sender, so replying direct to the
sender won't work and therefore JMBA will never receive a response to its
"please verify" message.
Requirements
************
You will need `procmail' installed to use this package. `qsf' is
recommended.
Documentation
*************
A manual page is included in this distribution. If you prefer plain text,
then look at `doc/quickref.txt' for a text version.
Compilation
***********
To compile the package, type "sh ./configure", which should generate a
Makefile for your system. You may then type "make" to build everything.
See the file `doc/INSTALL' for more about the `configure' script.
Developers note that you can do "./configure --enable-debugging" to cause
debugging support to be built in. Also note that doing "make index" will
generate an HTML code index (using "ctags" and "cproto"); this index lists
all files used, all functions defined, and all TODOs marked in the code.
Author
******
This package is copyright (C) 2005 Andrew Wood, and is being distributed
under the terms of the Artistic License and other licenses. For more
details, see the file `doc/COPYING'.
You can contact me by using the contact form on my web page at
http://ivarch.com/.
The `jmba' home page is at:
 http://ivarch.com/programs/jmba.shtml
The latest version can always be found here.
Credit is also due to:
 Ondrej Suchy
 - provided Czech (cs_CZ) translation
 Nick Rosier
 - suggested logging
-----------------------------------------------------------------------------