Wietse Venema: > Pali Roh?r: > > Meanwhile I decoded postdrop protocol and come up with more easier > > solution: > > That is an internal protocol. Programs that depend on this > are NOT SUPPORTED and will break.
Why not add the extra recipient on the SENDMAIL command line?
Example: install this as /usr/sbin/sendmail.
#!/bin/sh
exec /usr/sbin/sendmail.real "$@" [email protected]
Why tinker with internal protocols, when you can use
documented features?
Wietse
