Manage alias reverse lookups. More...
Go to the source code of this file.
Functions | |
void | alias_reverse_init (void) |
Set up the Reverse Alias Hash Table. | |
void | alias_reverse_add (struct Alias *alias) |
Add an email address lookup for an Alias. | |
void | alias_reverse_delete (struct Alias *alias) |
Remove an email address lookup for an Alias. | |
void | alias_reverse_shutdown (void) |
Clear up the Reverse Alias Hash Table. | |
Manage alias reverse lookups.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file reverse.h.
void alias_reverse_init | ( | void | ) |
Set up the Reverse Alias Hash Table.
Definition at line 42 of file reverse.c.
void alias_reverse_add | ( | struct Alias * | alias | ) |
Add an email address lookup for an Alias.
alias | Alias to use |
Definition at line 61 of file reverse.c.
void alias_reverse_delete | ( | struct Alias * | alias | ) |
Remove an email address lookup for an Alias.
alias | Alias to use |
Definition at line 83 of file reverse.c.