plugins for qpsmtpd at anoncvs.ostc.de

2009-03-18 Thread Hermann Gottschalk
Hi, You can checkout our qpsmtpd-plugins by $ cvs -d :pserver:anonym...@anoncvs.ostc.de:/public co qpsmtpd-plugins Actual there are two plugins: distribution_frame: Copy and/or redirect mail due to recipient, sender and header information based on a distribution list. This plugin is designed to

patch providing Message-Id creation feature for check_basicheaders

2009-03-18 Thread David Nicol
Submitted for inclusion without restriction. These message IDs will never duplicate nor repeat. -- Forwarded message -- From: Date: Wed, Mar 18, 2009 at 5:21 PM Subject: patch providing Message-Id creation feature for check_basicheaders To: davidni...@gmail.com --- /home/smtpd

correction to patch

2009-03-18 Thread David Nicol
sorry, left out the angle brackets. my $newMID = '<'.time()."-$me-$$".$SMTPIN++.rand(9).'@'.($self->qp->connection->remote_ip).'>';

Re: patch providing Message-Id creation feature for check_basicheaders

2009-03-18 Thread Robert Spier
This shouldn't be part of check_basicheaders. How about creating a new plugin, add_messageid_if_missing (or something). -R David Nicol wrote: > > Submitted for inclusion without restriction. These message IDs will > never duplicate nor repeat. > > > -- Forwarded message --