| 2002-12-29 |
epg | (store_message): Fix usage of the system function so... |
commit | commitdiff | tree | snapshot |
| 2002-12-29 |
epg | Add Emacs and vi local variables at the bottom, (attemp... |
commit | commitdiff | tree | snapshot |
| 2002-12-29 |
epg | (find_mh_folder): If get_headers fails, return 'malform... |
commit | commitdiff | tree | snapshot |
| 2002-12-29 |
epg | Doc fixes. |
commit | commitdiff | tree | snapshot |
| 2002-12-28 |
epg | Implement Doug's two killer features: 1) store all... |
commit | commitdiff | tree | snapshot |
| 2002-12-28 |
epg | Idiot. Put error messages to STDERR where they belong. |
commit | commitdiff | tree | snapshot |
| 2002-12-28 |
epg | Set MHCONTEXT environment variable to allow (a little... |
commit | commitdiff | tree | snapshot |
| 2002-10-13 |
epg | Apparently pod2html doesn't grok E<sol>. Suck. Use... |
commit | commitdiff | tree | snapshot |
| 2002-10-13 |
epg | Fix long-standing bug where filters were applied out... |
commit | commitdiff | tree | snapshot |
| 2002-10-13 |
epg | Link to example .mincspam file. |
commit | commitdiff | tree | snapshot |
| 2002-10-13 |
epg | Remove references to razor in documentation. |
commit | commitdiff | tree | snapshot |
| 2002-10-13 |
epg | ($run): Declare with our instead of my so it will be... |
commit | commitdiff | tree | snapshot |
| 2002-10-13 |
epg | (store_message): Whoops, document that the for loop... |
commit | commitdiff | tree | snapshot |
| 2002-10-13 |
epg | Factor out the razor-check spam stuff. Instead, read... |
commit | commitdiff | tree | snapshot |
| 2002-09-10 |
epg | (get_headers): Don't allow input from the message to... |
commit | commitdiff | tree | snapshot |
| 2002-09-08 |
epg | Er, whoops, tell getopt about the -f option. |
commit | commitdiff | tree | snapshot |
| 2002-09-02 |
epg | (store_message): Splitting the two mark failure cases... |
commit | commitdiff | tree | snapshot |
| 2002-09-02 |
epg | I was using EX_TEMPFAIL for nearly every failure case... |
commit | commitdiff | tree | snapshot |
| 2002-09-01 |
epg | Fix pod buglet. |
commit | commitdiff | tree | snapshot |
| 2002-09-01 |
epg | Add new -f option, for only running filters. |
commit | commitdiff | tree | snapshot |
| 2002-09-01 |
epg | (store_message): Explain why marking is done for each... |
commit | commitdiff | tree | snapshot |
| 2002-09-01 |
epg | Revert rev 243. |
commit | commitdiff | tree | snapshot |
| 2002-09-01 |
epg | (is_spam): Move $line and $message to be declared at... |
commit | commitdiff | tree | snapshot |
| 2002-08-31 |
epg | (%FOLDERS): Remove this global. Whether to print the... |
commit | commitdiff | tree | snapshot |
| 2002-08-31 |
epg | use Errno and Fcntl qw(O_WRONLY O_EXCL O_CREAT) . |
commit | commitdiff | tree | snapshot |
| 2002-08-30 |
epg | (get_new_msgnum): New function, loops across the list... |
commit | commitdiff | tree | snapshot |
| 2002-08-30 |
epg | (getfiles): Move definition of this function higher... |
commit | commitdiff | tree | snapshot |
| 2002-08-30 |
epg | Cross-reference to razor web site. |
commit | commitdiff | tree | snapshot |
| 2002-08-30 |
epg | (getfiles): New function, returns a list of all entries... |
commit | commitdiff | tree | snapshot |
| 2002-08-28 |
epg | More mhpath todo commentary. |
commit | commitdiff | tree | snapshot |
| 2002-08-28 |
epg | Change a couple uses of C's not operator '!' to Perl... |
commit | commitdiff | tree | snapshot |
| 2002-08-28 |
epg | Write a couple XXX todo comments. |
commit | commitdiff | tree | snapshot |
| 2002-08-27 |
epg | Document that HOME is used to find the maildir in the... |
commit | commitdiff | tree | snapshot |
| 2002-08-27 |
epg | Collapse the two 'use env' pragmas into one. |
commit | commitdiff | tree | snapshot |
| 2002-08-27 |
epg | Move definition of logging constants to logging section. |
commit | commitdiff | tree | snapshot |
| 2002-08-25 |
epg | (is_spam): Change logic of testing razor-check exit... |
commit | commitdiff | tree | snapshot |
| 2002-08-25 |
epg | (store_message): Test for failure when mark(1)ing the... |
commit | commitdiff | tree | snapshot |
| 2002-08-25 |
epg | (_errprint): Use single-quotes for a printf format... |
commit | commitdiff | tree | snapshot |
| 2002-08-25 |
epg | (find_mh_folder): Fix logic: only use the lower-cased... |
commit | commitdiff | tree | snapshot |
| 2002-08-25 |
epg | (kill_spam): Be more clear about the meaning of the... |
commit | commitdiff | tree | snapshot |
| 2002-08-25 |
epg | Audit the entire file for correct -n behavior. |
commit | commitdiff | tree | snapshot |
| 2002-08-25 |
epg | (find_mh_folder): Down-case header from %FILTERS before... |
commit | commitdiff | tree | snapshot |
| 2002-08-25 |
epg | (get_headers): Fix an XXX (print message and return... |
commit | commitdiff | tree | snapshot |
| 2002-08-25 |
epg | (get_headers): Remove XXX question about whitespace... |
commit | commitdiff | tree | snapshot |
| 2002-08-25 |
epg | (log_headers): Adapt to the %headers hash now having... |
commit | commitdiff | tree | snapshot |
| 2002-08-25 |
epg | (kill_spam): Display progress report since this can... |
commit | commitdiff | tree | snapshot |
| 2002-08-25 |
epg | (get_headers): Down-case the header name before using... |
commit | commitdiff | tree | snapshot |
| 2002-08-25 |
epg | (is_spam): Remove the system('false') line and actually... |
commit | commitdiff | tree | snapshot |
| 2002-08-25 |
epg | New -s option, for processing spam only. |
commit | commitdiff | tree | snapshot |
| 2002-08-25 |
epg | New error handling based on <err.h>. |
commit | commitdiff | tree | snapshot |
| 2002-08-25 |
epg | Bomb if HOME isn't set and if MAILDIR isn't set use... |
commit | commitdiff | tree | snapshot |
| 2002-08-25 |
epg | Set svn:executable. |
commit | commitdiff | tree | snapshot |
| 2002-08-25 |
epg | Add minc program, based on an earlier minc which was... |
commit | commitdiff | tree | snapshot |
| 2002-08-25 |
<> | (no commit message) |
commit | commitdiff | tree | snapshot |
|