> this specific error message i don't know of, but when i tested my perlfilter > and had errors in it, all kinds of funny error messages were created in the > logfile, and all of my mails were defered as well. in fact, if your mails > are defered i would take it as a sign that your filter is indeed run, but > bails out or creates some kind of output that cannot be digested by courier.
aha! it's because the wrapper is running in -w mode and my `perl -c` didn't detect a missing "my" declaration because the filter itself doesn't... (for some reason it never occurred to me to check maillog for errors - duh!). Anyway, it's at least getting executed now so I can start messing around with stuff and learning the api. thanks for the help... -Chris ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
