hi--
i am setting up MD1.94a6 with FreeBSD. previously i had MD1.94a3 on Linux.
hacking my way through the code, i have got the commands working and
messages sent, archived, and digest-ed.
problems i'm having:
-the taboo_body function works, but the header functions
(global,taboo,admin) don't. admin USED to work and now it doesn't;
this is fairly distressing. this is odd because
the code to make taboo_body work is very similar to the header code.
-i made a patch for the digest program (v. 1.94a3) to strip the message
headers and footers from individual messages before compiling a digest.
that no longer works...here is a relevant bit of the code i added:
#PART 1: $old_footer = $config_opts{$rm_footer, "message_footer"};
#PART 2: $old_footer = s/\001/\n/g;
part 1 correctly sucks in the message footer from my list, it's about 4
lines long. after part 2 is applied, the result, when i print it to
STDERR, is 0. i thought PART1/2 was pretty standard; does anyone have a
clue if this has changed??
thanks for any and all help,
rena tom
|
|