commit 100e019749fa61a2ef6817ad09f0c35283850e9b Author: Aidan Van Dyk Date: Wed Feb 28 14:57:54 2007 +0000 Update pollrcvd.1m man page to hint at PollDispatch The pollrcvd man page had not hint at PollDispatch. This puts in a reference similary to the notify and faxrcvd man pages. commit 903d7ddd61532f6a8937b05cda2661ae10c59a67 Author: Aidan Van Dyk Date: Wed Feb 28 13:18:01 2007 +0000 Bug 853: Add multiple file formats to notify/faxrcvd/pollrcvd emails This patch allows to convert received faxes to multiple files, e.g. FILETYPE="tiff pdf" # separated by whitespace will create two attachments: one (original, unchanged) TIFF file, and a PDF file. This is meant both as a safety belt to protect against failing TIFF-to-something conversion, and as a convenience for users using different fax readers. From: Helge Oldach commit 4a1aedaf31a220e34655ca608432c7dd52131b41 Author: Aidan Van Dyk Date: Wed Feb 28 13:15:18 2007 +0000 Add Helge Oldach to CONTRIBUTERS commit 6ec5134f7e179e54d93e3277d47e48a1546d27cb Author: Aidan Van Dyk Date: Wed Feb 28 13:14:24 2007 +0000 Update CHANGES file to follow changes commit 1dda413eae2682b8dec4b9b929aa7ffaed371a8f Author: Aidan Van Dyk Date: Tue Feb 27 15:18:31 2007 +0000 Bug 851: Fix SNPP authentication Helge Oldach points out that authentication on SNPP is broken. We weren't checking if a password was required, and were actually authenticating the already known password, not the user supplied password. commit 5338ab16c116e192e125ae84b5634bf97bfd03ba Author: Aidan Van Dyk Date: Mon Feb 26 18:57:52 2007 +0000 Bug 852: use = instead of == in shell scripting Helge Oldach points out that == is not a valid expression on all shell implementations. commit b43f87f1311a90635395ec4cb9a3766f491935a3 Author: Patrice Fournier Date: Mon Feb 26 13:38:47 2007 +0000 On 503 permission denied, hfaxd should not also give the success reply for boolean JPARM commands. Thanks to vbargsten for reporting the problem on -devel. commit 0898b3b6d565497af33058c90c345f0692e314fb Author: Patrice Fournier Date: Fri Feb 23 22:36:53 2007 +0000 Added all changes since 4.3.2 commit 5526f81e9d7292f1fb2759adf96253a224da9256 Author: Patrice Fournier Date: Fri Feb 23 22:36:23 2007 +0000 [bug 843] Removed unused (except for deprecated notify-4.2.sh) CHARSET setting Also changed default value in notify-4.2.sh.in to UTF-8 which works with most languages in the dictionnary file. Added a note about it not being in setup.cache anymore. commit 93eaa26b3da67448273e4ddcbe89fc568ddd08a4 Author: Aidan Van Dyk Date: Thu Feb 22 18:39:44 2007 +0000 Remove extra spaces at the ends of lines in the templates commit f0f1e5e2a1c963239df6635e85b6a1308d61941f Author: Aidan Van Dyk Date: Thu Feb 22 17:40:15 2007 +0000 [Bug 850] Include jobtag in Subject of notification emails This is Simon Matter's patch to put jobtag information back into the notification emails. It's omission wasn't intended. It sets and uses a $JOBINFO variable, which an admin can easily further customize in FaxDispatch. commit 29171c3a70da6a1162818812d38ecfabb2a1712e Author: Aidan Van Dyk Date: Tue Feb 20 15:14:07 2007 +0000 Bug 849: notify "rejected" templates are wrongly called notify-reject.txt They should be called notify-rejected, because the state is "rejected", not "reject". commit 01de2bba7f03ef3472d05c5b163bab080740b8db Author: Aidan Van Dyk Date: Tue Feb 20 13:24:30 2007 +0000 Carl Carstenson correctly points out that ConvertFile needs to return the file name even when there is nothing to do for PDF. This is needed for TIFF to. PostScript already returned the name.