Item12072: MailerContrib documents non-existent -user
arg, example cron invocations are broken
Priority: Urgent
Current State: Closed
Released In: 1.1.6
Target Release: patch
Applies To: Extension
Component: MailerContrib
Branches: Release01x01 trunk
I'm not sure if this applies to Release01x01, but there is no longer any code which allows you to specify a
-user
!
So the example stated in the doc, actually results in a cron job that does NOTHING (mailnotify scans for webs named AdminUser):
perl -I bin tools/mailnotify -user AdminUser
The quick fix is to change your cron job to look like:
perl -I bin tools/mailnotify
Embarrassing.
--
PaulHarvey - 10 Sep 2012
Actually, it was an incorrect doc change in
distro:944011d48a5f Item6011
--
PaulHarvey - 11 Sep 2012 - 02:07