Mercurial > noffle
view src/expire.h @ 500:614a3177b15c noffle tip
Add mail-from option.
Some modern mail systems will try and ensure the sender email is a legitimate
address. Which will fail if there isn't such an address.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Wed, 14 Aug 2013 12:04:39 +0100 |
parents | 52f467c7213b |
children |
line wrap: on
line source
/* expire.h Handle expiring articles $Id: expire.h 387 2002-06-26 13:15:44Z bears $ */ #ifndef EXPIRE_H #define EXPIRE_H /* Expire articles from the article base. */ void Exp_expire( void ); #endif