I'm trying to make a bulletin program which sends messages to all the local subscribers simultaneously.
The idea is as follows to minimize disk space used.
If a new message arrives at a maildir,  the .courier executes the external program whice makes symbolic links of the message to all the user's maildir.
Here is the problem. How can the program know the filename of the new message to make symbolic links?
Is it possible or not? Please give me any tip.
 
 

Reply via email to