Displaying 2 results from an estimated 2 matches for "_sent_".
Did you mean:
_send_
2006 Jun 20
0
An after_deliver filter for ActionMailer?
I have a mailer that should update a model once an email is delivered (a
"notice sent on" field). I don''t want to put this update code in the
email creation method of my ActionMailer::Base class because I''d rather
have this field updated when the email is _sent_ rather than when it is
_created_.
Is there a filter such that I could do something like this?
delivery_filter :update_deliver_date_field
def update_deliver_date_field
# update my model
end
--
Posted via http://www.ruby-forum.com/.
2003 Mar 06
14
policy routing at its best
hello list (and martin) ;x
i have now composed my final(?) policy routing design.
the goals i had when beginning with this, for you that have not follow
mine and martins thread, was to 1) only let 192.168.1/24 to see all routes,
2) not route between defined networks, except to and from 192.168.1/24 and 3) not
defined networks should only be able to reach 192.168.1/24.
this might sound simple.