# ACTION_FAIL_DATED
# Specifies how incoming messages should be disposed of if they are sent
# to a dated address that does not properly verify.
# Possible values include:
#
# "bounce"
#    bounce the message - uses BOUNCE_TEXT_FAIL_DATED
#
# "drop"
#    silently drop the message
#
# "ok"
#    deliver the message
#
# "confirm"
#    request confirmation for the message
#
# Default is confirm
if not vars().has_key('ACTION_FAIL_DATED'):
    ACTION_FAIL_DATED = "confirm"



-jon

-- 
Jon Nathan
[EMAIL PROTECTED]




* kevin zollinger <[EMAIL PROTECTED]> 
[09-18-2002 17:55]:
>
> Listers ~
> 
> I may have missed this in the docs (I looked, I promise!) but...
> 
> I want to drop email messages sent to expired email address. How do I do that?
> 
> Thanks in advance for sharing your wisdom.
> 
> --
> kevin zollinger
> [EMAIL PROTECTED]
> 
> 
> _____________________________________________
> tmda-users mailing list ([EMAIL PROTECTED])
> http://tmda.net/lists/listinfo/tmda-users
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to