I have tried below code but it is not working.
<crontab>
<jobs>
<send_customer_emails>
<schedule>
<cron_expr>0 0 */7 * *</cron_expr>
</schedule>
<run>
<model>emailmodel/observer::sendEmails</model>
</run>
</send_customer_emails>
</jobs>
</crontab>
I have checked when I use below expression, it works.
* * * * *
Is it a magento bug? Or am I doing something wrong.