Closed (fixed)
Project:
Notify
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Apr 2009 at 04:31 UTC
Updated:
13 May 2009 at 15:30 UTC
As per subject :)
I am importing 10 000 nodes and I would like to exclude them from the notification email. :) Any advice is appreciated.
Comments
Comment #1
matt2000 commentedHow about temporarily disabling the module while you do the import, then update the variable notify_last_send to a timestamp after the last imported node before re-enabling?
Comment #2
giorgio79 commentedappreciated, will give it a shot soon :)
Comment #3
giorgio79 commentedit will be notify_send_last :)
Comment #4
giorgio79 commentedThanks it worked nicely.
I had to convert notify_send_last from unix time and then back but it worked.
Cheers,
G